Skip to content

Commit

Permalink
Adding login template strings for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
sg00dwin committed Apr 8, 2021
1 parent 4b05480 commit 8632a7f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions frontend/public/locales/en/public.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,5 +728,11 @@
"OK": "OK",
"Last updated": "Last updated",
"Disabled": "Disabled",
"Enabled": "Enabled"
}
"Enabled": "Enabled",
"LogInToYourAccount": "Log in to your account",
"LogIn": "Log in",
"LoginTitle": "Login",
"WelcomeTo": "Welcome to {{platformTitle}}",
"LogInWith": "Log in with {{providerName}}",
"Error": "Error"
}

0 comments on commit 8632a7f

Please sign in to comment.