Skip to content

Commit

Permalink
fix: Fequency term.
Browse files Browse the repository at this point in the history
  • Loading branch information
xoRmalka committed Nov 26, 2023
1 parent 6f08727 commit 48a6a8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"bug_expected_behavior_message": "Please describe the expected behavior!",
"bug_actual_behavior": "Actual Behavior",
"bug_actual_behavior_message": "Please describe the actual behavior!",
"bug_reproducibility": "Frequency/Reproducibility",
"bug_reproducibility_message": "Please describe the frequency/reproducibility!",
"bug_reproducibility": "How often does it happen?",
"bug_reproducibility_message": "Please describe how often does it happen!",
"bug_attachments": "Attachments/Screenshots",
"bug_attachments_upload_button": "Click to Upload",
"bug_submit":"Submit Bug Report",
Expand Down
8 changes: 4 additions & 4 deletions src/locale/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
"bug_environment": "סביבה (דפדפן, מערכת)",
"bug_environment_message": "אנא הזן את הסביבה!",
"bug_expected_behavior": "התנהגות צפויה",
"bug_expected_behavior_message": "אנא תיאר את התנהגות הצפויה!",
"bug_expected_behavior_message": "אנא תאר את התנהגות הצפויה!",
"bug_actual_behavior": "התנהגות נוכחית",
"bug_actual_behavior_message": "אנא תיאר את התנהגות הנוכחית!",
"bug_reproducibility": "תדירות/ חוזרות",
"bug_reproducibility_message": "אנא תיאר את התדירות/חוזרות!",
"bug_actual_behavior_message": "אנא תאר את התנהגות הנוכחית!",
"bug_reproducibility": "באיזו תדירות זה קורה?",
"bug_reproducibility_message": "אנא תאר את באיזו תדירות זה קורה!",
"bug_attachments": "קבצים מצורפים/ צילומי מסך",
"bug_attachments_upload_button": "לחץ להעלאה",
"bug_submit": "שלח את הדוח",
Expand Down
1 change: 1 addition & 0 deletions src/pages/BugReportForm .tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const BugReportForm: React.FC = () => {
onFinishFailed={onFinishFailed}
labelCol={{ span: 6 }}
wrapperCol={{ span: 18 }}>

<Form.Item
label={t(TEXT_KEYS.bug_type)}
name="type"
Expand Down

0 comments on commit 48a6a8a

Please sign in to comment.