Logout confirmation: copy username & password
This commit is contained in:
parent
47b4260761
commit
f50de7ac1b
5 changed files with 55 additions and 5 deletions
|
|
@ -319,7 +319,11 @@
|
|||
"leave": "Leave"
|
||||
},
|
||||
"logout": {
|
||||
"confirm_text": "Are you sure you want to logout ?"
|
||||
"confirm_text": "Are you sure you want to logout ?",
|
||||
"copy_credentials": "Copy Username & Password",
|
||||
"copied_credentials": "Copied Username & Password",
|
||||
"copied_credentials_value": "Username: {userId} \nPassword: {password}",
|
||||
"copy_credentials_desc": "Your username and password are required to regain access to your chats from a new device or browser. We recommend storing these credentials in a secure location."
|
||||
},
|
||||
"purge_room": {
|
||||
"title": "Delete room?",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue