mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Update wording
This commit is contained in:
parent
dcd7d17ffd
commit
50814dafe9
@ -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" />
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user