Replaced 'screenSecurity' with 'screenshotNotifications' as the title of the notifications toggle

This commit is contained in:
Al Lansley 2024-08-05 12:00:35 +10:00
parent 6948d64fa8
commit 284c485903

View File

@ -14,7 +14,7 @@
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
android:defaultValue="@bool/screen_security_default"
android:key="pref_screen_security"
android:title="@string/screenSecurity"
android:title="@string/screenshotNotifications"
android:summary="@string/screenshotNotificationsDescription" />
</PreferenceCategory>