diff --git a/ring-android/app/src/main/res/values/strings.xml b/ring-android/app/src/main/res/values/strings.xml index e6c6059cf7e678991d8a352546a405d20705af10..d1ab42196b357afbc05ab8d297c03087e9d41846 100644 --- a/ring-android/app/src/main/res/values/strings.xml +++ b/ring-android/app/src/main/res/values/strings.xml @@ -171,7 +171,7 @@ along with this program; if not, write to the Free Software <string name="prompt_new_password">New password</string> <string name="prompt_new_password_repeat">Repeat new password</string> <string name="account_create_title">Create a Ring account</string> - <string name="help_username_register">Choose a Ring username that will be registered in the public blockchain-based registry.</string> + <string name="help_username_register">Choose a name publicly (experimental).</string> <string name="prompt_new_username">Enter new username</string> <string name="help_password_choose">Choose a strong password you will remember to protect your Ring account.</string> <string name="btn_use_existing_account">Use an existing Ring account instead</string> diff --git a/ring-android/app/src/main/res/values/strings_account.xml b/ring-android/app/src/main/res/values/strings_account.xml index 1d816ec092b42768ca6285e787fcb6c39398c2c7..beaff5626d0f15ac7a5238a6d992e4717d321647 100644 --- a/ring-android/app/src/main/res/values/strings_account.xml +++ b/ring-android/app/src/main/res/values/strings_account.xml @@ -194,7 +194,7 @@ along with this program; if not, write to the Free Software <string name="account_link_prompt_password">Enter your password</string> <string name="account_link_prompt_pin">Enter PIN</string> <string name="account_wizard_title">Ring account</string> - <string name="account_new_button">Create a new account</string> + <string name="account_new_button">Create a Ring account</string> <string name="account_link_infos">To link another device to this account, you first need to obtain a pin code. To generate the pin code, go to the account management setting of a previous device, choose the Ring Account to use and select "Link another device to this account". </string> <string name="account_new_infos">Please choose a password of at least 6 characters. This password will be asked to add new devices to your Ring account.</string> <string name="account_link_export_button">Link another device to this account</string> @@ -213,7 +213,7 @@ along with this program; if not, write to the Free Software <string name="register_name">Register name</string> <string name="trying_to_register_name">Trying to register name</string> <string name="registered_username">Registered username</string> - <string name="register_username">Register a public Ring username that will be stored in the public blockchain registry</string> + <string name="register_username">Register name publicly (experimental)</string> <string name="username_already_taken">Username already taken</string> <string name="invalid_username">Invalid username</string> <string name="looking_for_username_availability">Looking for username availability ...</string>