diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 20459e0ed6..506a5bb5f8 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -679,6 +679,7 @@ "go_next_page": "", "go_page": "", "go_prev_page": "", + "go_to_account_settings": "", "go_to_code_location_in_pdf": "", "go_to_overleaf": "", "go_to_pdf_location_in_code": "", @@ -1403,7 +1404,6 @@ "resend": "", "resend_confirmation_code": "", "resend_confirmation_email": "", - "resend_email": "", "resend_group_invite": "", "resend_link_sso": "", "resend_managed_user_invite": "", @@ -1524,7 +1524,6 @@ "send_message": "", "send_request": "", "sending": "", - "sent": "", "server_error": "", "server_pro_license_entitlement_line_1": "", "server_pro_license_entitlement_line_2": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 2efd23fd9f..bdebf3d289 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -888,7 +888,7 @@ "go_next_page": "Go to Next Page", "go_page": "Go to page __page__", "go_prev_page": "Go to Previous Page", - "go_to_account_settings": "Go to Account settings", + "go_to_account_settings": "Go to account settings", "go_to_code_location_in_pdf": "Go to code location in PDF", "go_to_first_page": "Go to first page", "go_to_last_page": "Go to last page", @@ -1848,7 +1848,6 @@ "resend": "Resend", "resend_confirmation_code": "Resend confirmation code", "resend_confirmation_email": "Resend confirmation email", - "resend_email": "Resend email", "resend_group_invite": "Resend group invite", "resend_link_sso": "Resend SSO invite", "resend_managed_user_invite": "Resend managed user invite",