From af1576dcc5059d7fa6b5424e94cfd609cc8f9ffa Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 17 Sep 2023 17:40:19 +0200 Subject: [PATCH] Fixed option text Thanks @JohnVeness --- app/src/main/res/layout/fragment_options_misc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_options_misc.xml b/app/src/main/res/layout/fragment_options_misc.xml index f0f27429c9..c0dceb1720 100644 --- a/app/src/main/res/layout/fragment_options_misc.xml +++ b/app/src/main/res/layout/fragment_options_misc.xml @@ -91,7 +91,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginTop="12dp" - android:text="@string/app_send_self" + android:text="@string/title_advanced_send_self" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/swPowerMenu"