Logout confirmation: copy username & password

This commit is contained in:
10G Meow 2025-10-12 10:13:48 +03:00
parent 47b4260761
commit f50de7ac1b
5 changed files with 55 additions and 5 deletions

View file

@ -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?",