From 7cc94b0a2dabe16d57d60c33d0a4e1601439747d Mon Sep 17 00:00:00 2001 From: M Fahru Date: Fri, 29 Nov 2024 07:53:13 -0700 Subject: [PATCH] Merge pull request #22197 from overleaf/mf-checkout-name-cases [web] Use sentence case for all labels in new checkout page GitOrigin-RevId: 1ae7b01fa6b00d6b4fb007bb908c6cfe35e619c5 --- services/web/frontend/extracted-translations.json | 3 +++ services/web/locales/en.json | 1 + 2 files changed, 4 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index bcda693063..460c5a8698 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -504,6 +504,7 @@ "find_out_more_nt": "", "finding_a_fix": "", "first_name": "", + "first_name_sentence_case": "", "fit_to_height": "", "fit_to_width": "", "fix_latex_errors_fast_and_perfect_your_projects": "", @@ -784,6 +785,7 @@ "last_logged_in": "", "last_modified": "", "last_name": "", + "last_name_sentence_case": "", "last_resort_trouble_shooting_guide": "", "last_suggested_fix": "", "last_updated_date_by_x": "", @@ -1099,6 +1101,7 @@ "plus_additional_collaborators_document_history_track_changes_and_more": "", "plus_more": "", "postal_code": "", + "postal_code_sentence_case": "", "premium_feature": "", "premium_features": "", "premium_plan_label": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index c015ad3038..c724f4580f 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1578,6 +1578,7 @@ "portal_add_affiliation_to_join": "It looks like you are already logged in to __appName__. If you have a __portalTitle__ email you can add it now.", "position": "Position", "postal_code": "Postal Code", + "postal_code_sentence_case": "Postal code", "powerful_latex_editor_and_realtime_collaboration": "Powerful LaTeX editor & real-time collaboration", "powerful_latex_editor_and_realtime_collaboration_info": "Spell check, intelligent autocomplete, syntax highlighting, dozens of color themes, vim and emacs bindings, help with LaTeX warnings and error messages, and more. Everyone always has the latest version, and you can see your collaborators’ cursors and changes in real time.", "premium_feature": "Premium feature",