chore: Login page follow up

This commit is contained in:
krille-chan 2023-07-23 07:42:27 +02:00
commit 69a98d447a
No known key found for this signature in database
3 changed files with 24 additions and 11 deletions

View file

@ -2476,5 +2476,12 @@
"report": "report",
"signInWithPassword": "Sign in with password",
"continueWith": "Continue with:",
"pleaseTryAgainLaterOrChooseDifferentServer": "Please try again later or choose a different server."
"pleaseTryAgainLaterOrChooseDifferentServer": "Please try again later or choose a different server.",
"signInWith": "Sign in with {provider}",
"@signInWith": {
"type": "text",
"placeholders": {
"provider": {}
}
}
}