move "copy" string to common, add "copied"

for a new password reset feature.
This commit is contained in:
Harvey Tindall
2021-03-30 21:16:24 +01:00
parent 762dac2581
commit dcd2e234e8
17 changed files with 21 additions and 8 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"meta": {
"name": "English (US)"
},
"strings": {
"passwordReset": "Password reset",
"resetFailed": "Password reset failed",
"tryAgain": "Please try again.",
"youCanLogin": "You can now log in with the below code as your password.",
"changeYourPassword": "Make sure to change your password after you log in."
}
}