mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Separate invalid and expired confirmation code errors (#15997)
* Separate invalid and expired confirmation code errors * expired confirmation code translation * sort locales GitOrigin-RevId: eeb456047bf07b70e73275654af27bb24d34e5de
This commit is contained in:
parent
8227db9e32
commit
1a4496ccfd
2 changed files with 2 additions and 0 deletions
|
@ -350,6 +350,7 @@
|
|||
"existing_plan_active_until_term_end": "",
|
||||
"expand": "",
|
||||
"expired": "",
|
||||
"expired_confirmation_code": "",
|
||||
"expires": "",
|
||||
"export_csv": "",
|
||||
"export_project_to_github": "",
|
||||
|
|
|
@ -524,6 +524,7 @@
|
|||
"examples": "Examples",
|
||||
"existing_plan_active_until_term_end": "Your existing plan and its features will remain active until the end of the current billing period.",
|
||||
"expand": "Expand",
|
||||
"expired_confirmation_code": "That didn’t work. Please check the code and try again. Or click <0>Resend confirmation code</0> to get a new one.",
|
||||
"expires": "Expires",
|
||||
"expiry": "Expiry Date",
|
||||
"export_csv": "Export CSV",
|
||||
|
|
Loading…
Reference in a new issue