[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:
Antoine Clausse
2025-06-03 13:31:58 +02:00
committed by Copybot
parent 4c697a5659
commit 5e2d4f1f2d
2 changed files with 2 additions and 4 deletions

View File

@@ -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": "",

View File

@@ -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",