diff --git a/app/src/main/res/layout/fragment_options_display.xml b/app/src/main/res/layout/fragment_options_display.xml
index 846baaf69b..a5f87afcf4 100644
--- a/app/src/main/res/layout/fragment_options_display.xml
+++ b/app/src/main/res/layout/fragment_options_display.xml
@@ -1447,14 +1447,56 @@
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
android:layout_marginTop="12dp"
- android:checked="true"
- android:drawableStart="@drawable/twotone_shield_warning_24"
- android:drawablePadding="6dp"
android:text="@string/title_advanced_authentication_indicator"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvAuthenticationHint"
app:switchPadding="12dp" />
+
+
+
+
+
+
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index d711695050..cd77fc10d7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -453,6 +453,9 @@
Show authentication warnings
The underlying checks can be configured in the receive settings
Show authentication status indicator
+ No authentication
+ Partial authentication
+ Complete authentication
Synchronize on start
Double \'back\' to exit