refactor: Improve sso login UX on web
This commit is contained in:
parent
e4b8d45715
commit
7cbc518951
3 changed files with 45 additions and 84 deletions
|
|
@ -2822,5 +2822,13 @@
|
|||
"addLink": "Add link",
|
||||
"unableToJoinChat": "Unable to join chat. Maybe the other party has already closed the conversation.",
|
||||
"previous": "Previous",
|
||||
"otherPartyNotLoggedIn": "The other party is currently not logged in and therefore cannot receive messages!"
|
||||
"otherPartyNotLoggedIn": "The other party is currently not logged in and therefore cannot receive messages!",
|
||||
"appWantsToUseForLogin": "Use '{server}' to log in",
|
||||
"@appWantsToUseForLogin": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"server": {}
|
||||
}
|
||||
},
|
||||
"appWantsToUseForLoginDescription": "You hereby allow the app and website to share information about you."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue