diff --git a/app/src/fdroid/java/com/vitorpamplona/amethyst/ui/components/SelectNotificationProvider.kt b/app/src/fdroid/java/com/vitorpamplona/amethyst/ui/components/SelectNotificationProvider.kt index 848ac325c..bb7c67e57 100644 --- a/app/src/fdroid/java/com/vitorpamplona/amethyst/ui/components/SelectNotificationProvider.kt +++ b/app/src/fdroid/java/com/vitorpamplona/amethyst/ui/components/SelectNotificationProvider.kt @@ -81,14 +81,14 @@ fun SelectNotificationProvider(sharedPreferencesViewModel: SharedPreferencesView distributorPresent = true }, title = { - Text(stringResource(R.string.push_server_insteall_app)) + Text(stringResource(R.string.push_server_install_app)) }, text = { Material3RichText( style = RichTextStyle().resolveDefaults() ) { Markdown( - content = stringResource(R.string.push_server_insteall_app_description) + content = stringResource(R.string.push_server_install_app_description) ) } }, diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 89cecdd8d..fec267a4f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -653,8 +653,8 @@ Disables Push Notifications Uses app %1$s - Push Notification Setup - + Push Notification Setup + To receive push notifications, install any app that supports [Unified Push](https://unifiedpush.org/), such as [Nfty](https://ntfy.sh/). After installing, select the app you want to use in the Settings.