mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 05:11:34 +02:00
[web] Replace action button to "Go to Account Settings" link in group-settings alert for email confirmation (#25672)
* Replace action button to "Go to Account Settings" link in group-settings alert for email confirmation * `bin/run web npm run extract-translations` & `make cleanup_unused_locales` * Fix test capitalization * Update "Go to account settings" to lowercase and link-styling * `bin/run web npm run extract-translations` * Fix test GitOrigin-RevId: d66ce34556bdfc2a37f12900055640cc995ac140
This commit is contained in:
@@ -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": "",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user