Update copy for riotX default device Name

This commit is contained in:
Valere 2020-03-24 10:06:30 +01:00
parent fcd290410e
commit 6e85b20b0e
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingTop="8dp"
android:orientation="vertical"> android:orientation="vertical">
<TextView <TextView

View File

@ -287,7 +287,7 @@
<string name="login_error_no_homeserver_found">This is not a valid Matrix server address</string> <string name="login_error_no_homeserver_found">This is not a valid Matrix server address</string>
<string name="login_error_homeserver_not_found">Cannot reach a homeserver at this URL, please check it</string> <string name="login_error_homeserver_not_found">Cannot reach a homeserver at this URL, please check it</string>
<string name="login_error_ssl_handshake">Your device is using an outdated TLS security protocol, vulnerable to attack, for your security you will not be able to connect</string> <string name="login_error_ssl_handshake">Your device is using an outdated TLS security protocol, vulnerable to attack, for your security you will not be able to connect</string>
<string name="login_mobile_device">Mobile</string> <string name="login_mobile_device">RiotX Android</string>
<string name="login_error_forbidden">Invalid username/password</string> <string name="login_error_forbidden">Invalid username/password</string>
<string name="login_error_unknown_token">The access token specified was not recognised</string> <string name="login_error_unknown_token">The access token specified was not recognised</string>