Update wording

This commit is contained in:
Benoit Marty 2020-02-05 14:19:04 +01:00
parent dcd7d17ffd
commit 50814dafe9
2 changed files with 5 additions and 2 deletions

View file

@ -21,6 +21,7 @@
android:layout_gravity="center"
android:background="?riotx_header_panel_background"
android:indeterminate="true" />
</FrameLayout>
<TextView
@ -29,7 +30,7 @@
android:layout_height="wrap_content"
android:background="@color/vector_warning_color"
android:gravity="center"
android:text="@string/no_network_indicator"
android:text="@string/no_connectivity_to_the_server_indicator"
android:textColor="@color/white"
android:visibility="gone"
tools:visibility="visible" />

View file

@ -172,4 +172,6 @@
<string name="qr_code_scanned_by_other_notice">Did the other user successfully scan the QR code?</string>
<string name="qr_code_scanned_by_other_yes">Yes</string>
<string name="qr_code_scanned_by_other_no">No</string>
<string name="no_connectivity_to_the_server_indicator">Connectivity to the server has been lost</string>
</resources>