Skip to content

Commit

Permalink
Update localization keys for photo capture to improve clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimanyurajeesh committed Jan 21, 2025
1 parent 46faa4b commit 07ce32a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions public/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@
"cannot_select_month_out_of_range": "Cannot select month out of range",
"cannot_select_year_out_of_range": "Cannot select year out of range",
"capture": "Capture",
"capture_cover_photo": "Capture Cover Photo",
"capture_the_photo": "Capture the Photo",
"card": "Card",
"care": "CARE",
"care_backend": "Care Backend",
Expand Down Expand Up @@ -1862,8 +1862,8 @@
"select_class": "Select Class",
"select_date": "Select date",
"select_department": "Select Department",
"select_diff_role": "Please select a different role",
"select_diet_preference": "Select diet preference",
"select_diff_role": "Please select a different role",
"select_discharge_disposition": "Select discharge disposition",
"select_eligible_policy": "Select an Eligible Insurance Policy",
"select_facility": "Select Facility",
Expand All @@ -1888,8 +1888,8 @@
"select_policy_to_add_items": "Select a Policy to Add Items",
"select_practitioner": "Select Practitioner",
"select_previous": "Select Previous Fields",
"select_prn_reason": "Select reason for PRN",
"select_priority": "Select Priority",
"select_prn_reason": "Select reason for PRN",
"select_register_patient": "Select/Register Patient",
"select_role": "Select Role",
"select_route": "Select route",
Expand Down
1 change: 0 additions & 1 deletion public/locale/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@
"camera_permission_denied": "कैमरा अनुमति नहीं दी गई",
"cancel": "रद्द करना",
"capture": "कब्जा",
"capture_cover_photo": "कवर फ़ोटो कैप्चर करें",
"care": "देखभाल",
"category": "वर्ग",
"caution": "सावधानी",
Expand Down
1 change: 0 additions & 1 deletion public/locale/kn.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@
"camera_permission_denied": "ಕ್ಯಾಮೆರಾ ಅನುಮತಿ ನಿರಾಕರಿಸಲಾಗಿದೆ",
"cancel": "ರದ್ದುಮಾಡಿ",
"capture": "ಸೆರೆಹಿಡಿಯಿರಿ",
"capture_cover_photo": "ಕವರ್ ಫೋಟೋ ಸೆರೆಹಿಡಿಯಿರಿ",
"care": "ಕಾಳಜಿ",
"category": "ವರ್ಗ",
"caution": "ಎಚ್ಚರಿಕೆ",
Expand Down
1 change: 0 additions & 1 deletion public/locale/ml.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@
"cancel_appointment": "അപ്പോയിൻ്റ്മെൻ്റ് റദ്ദാക്കുക",
"cancelled": "റദ്ദാക്കി",
"capture": "ക്യാപ്ചർ",
"capture_cover_photo": "മുഖചിത്രം എടുക്കുക",
"card": "കാർഡ്",
"care": "കെയർ",
"category": "വിഭാഗം",
Expand Down
1 change: 0 additions & 1 deletion public/locale/ta.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
"camera_permission_denied": "கேமரா அனுமதி நிராகரித்தது",
"cancel": "ரத்து செய்",
"capture": "பிடிப்பு",
"capture_cover_photo": "அட்டைப் படத்தைப் பிடிக்கவும்",
"care": "கவனிப்பு",
"category": "வகை",
"caution": "எச்சரிக்கை",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Common/AvatarEditModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ const AvatarEditModal = ({
<>
<div className="mb-1 mt-2 flex flex-col">
<span className="text-xl font-medium">
{t("capture_cover_photo")}
{t("capture_the_photo")}
</span>
</div>
<div className="flex flex-1 items-center justify-center">
Expand Down

0 comments on commit 07ce32a

Please sign in to comment.