Update wording
This commit is contained in:
parent
dcd7d17ffd
commit
50814dafe9
@ -21,6 +21,7 @@
|
|||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:background="?riotx_header_panel_background"
|
android:background="?riotx_header_panel_background"
|
||||||
android:indeterminate="true" />
|
android:indeterminate="true" />
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -29,7 +30,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="@color/vector_warning_color"
|
android:background="@color/vector_warning_color"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:text="@string/no_network_indicator"
|
android:text="@string/no_connectivity_to_the_server_indicator"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
tools:visibility="visible" />
|
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_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_yes">Yes</string>
|
||||||
<string name="qr_code_scanned_by_other_no">No</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>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user