diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout-xlarge/v_loading_screen.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout-xlarge/v_loading_screen.xml b/app/src/main/res/layout-xlarge/v_loading_screen.xml index 24b44f9a..2ecb8f42 100644 --- a/app/src/main/res/layout-xlarge/v_loading_screen.xml +++ b/app/src/main/res/layout-xlarge/v_loading_screen.xml @@ -80,7 +80,7 @@ android:maxLines="1" android:ellipsize="end" android:visibility="visible" - tools:text="@string/hide_connection_details" + tools:text="@string/hide" /> <androidx.appcompat.widget.AppCompatTextView android:id="@+id/connection_details_title" diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9ef0b9a5..df37b5ba 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -182,7 +182,7 @@ <string name="channel_description_tor_service">Informs about usage of bridges while configuring %s.</string> <string name="error_tor_timeout">Starting bridges failed. Do you want to retry or continue with an unobfuscated secure connection to configure %s?</string> <string name="retry_unobfuscated">Retry unobfuscated</string> - <string name="hide_connection_details">Hide connection details</string> + <string name="hide">Hide</string> <string name="error_network_connection">%s has no internet connection. Please check your WiFi and cellular data settings.</string> <string name="censorship_circumvention">Censorship circumvention</string> <string name="use_snowflake">Use Snowflake</string> |