mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-09-20 04:24:50 -04:00
fix slow first message
This commit is contained in:
parent
6c4b803091
commit
b0d4e35c6f
9 changed files with 141 additions and 5 deletions
|
@ -18,7 +18,7 @@
|
|||
"lock_type_password": "password"
|
||||
},
|
||||
"new_account_page": {
|
||||
"titlebar": "Create a new account",
|
||||
"titlebar": "Create A New Account",
|
||||
"header": "Account Profile",
|
||||
"create": "Create",
|
||||
"instructions": "This information will be shared with the people you invite to connect with you on VeilidChat.",
|
||||
|
@ -26,12 +26,21 @@
|
|||
"name": "Name",
|
||||
"pronouns": "Pronouns"
|
||||
},
|
||||
"show_recovery_key_page": {
|
||||
"titlebar": "Save Recovery Key",
|
||||
"instructions": "You must save this recovery key somewhere safe. This key is the ONLY way to recover your VeilidChat account in the event of a forgotton password or a lost, stolen, or compromised device.",
|
||||
"instructions_options": "Here are some options for your recovery key:",
|
||||
"instructions_print": "Print the recovery key and keep it somewhere safe",
|
||||
"instructions_write": "View the recovery key and write it down on paper",
|
||||
"instructions_send": "Send the recovery key to another app to save it"
|
||||
},
|
||||
"button": {
|
||||
"ok": "Ok",
|
||||
"cancel": "Cancel",
|
||||
"delete": "Delete",
|
||||
"accept": "Accept",
|
||||
"reject": "Reject",
|
||||
"finish": "Finish",
|
||||
"waiting_for_network": "Waiting For Network"
|
||||
},
|
||||
"toast": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue