Skip to content

Commit 93aa3c8

Browse files
Translation of (Reacting to input): Translate alt attributes
Co-authored-by: Ahmed Abdelbaset <[email protected]>
1 parent 426ee16 commit 93aa3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/reacting-to-input-with-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ body { margin: 0; direction: rtl; }
321321

322322
<IllustrationBlock>
323323
<Illustration caption="مدخلات الإنسان" alt="A finger." src="/images/docs/illustrations/i_inputs1.png" />
324-
<Illustration caption="مدخلات الكمبيوتر" alt="Ones and zeroes." src="/images/docs/illustrations/i_inputs2.png" />
324+
<Illustration caption="مدخلات الكمبيوتر" alt="آحاد وأصفار" src="/images/docs/illustrations/i_inputs2.png" />
325325
</IllustrationBlock>
326326

327327
في كلتا الحالتين، **يجب عليك تعيين [متغيرات الحالة (state variables)](/learn/state-a-components-memory#anatomy-of-usestate) لتُحدّث واجهة المستخدم (UI).** من أجل تطوير النموذج سوف تحتاج لتغيير الحالة كنتيجة لبعض من المدخلات المختلفة:

0 commit comments

Comments
 (0)