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-cs/strings.xml b/app/src/main/res/values-cs/strings.xml
index f38160cbf..4d01dc2ca 100644
--- a/app/src/main/res/values-cs/strings.xml
+++ b/app/src/main/res/values-cs/strings.xml
@@ -547,6 +547,12 @@
Push oznámení
Z instalovaných aplikací UnifiedPush
Žádný
- Zakázat Push upozornění
+ Zakázat Push oznámení
Použít aplikaci %1$s
+
+ Nastavení Push-oznámení
+
+ Pro příjem Push-oznámení nainstalujte libovolnou aplikaci, která podporuje [Unified Push](https://unifiedpush.org/), jako je [Nfty](https://ntfy.sh/).
+ Po instalaci vyberte aplikaci kterou chcete používat v Nastavení.
+
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index f9441d769..ad12433e5 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -553,4 +553,10 @@ anz der Bedingungen ist erforderlich
Keine
Push-Benachrichtigungen deaktivieren
Verwendet die App %1$s
+
+ Push-Benachrichtigungen einrichten
+
+ Um Push-Benachrichtigungen zu erhalten, installieren Sie eine App, die [Unified Push](https://unifiedpush.org/) unterstützt, wie zum Beispiel [Nfty](https://ntfy.sh/).
+ Nach der Installation wählen Sie die App aus, die Sie in den Einstellungen verwenden möchten.
+
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 269528f23..e807aac0a 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -549,4 +549,10 @@
Nenhum
Desativa as Notificações Push
Usa o aplicativo %1$s
+
+ Configuração de Notificações Push
+
+ Para receber notificações push, instale qualquer aplicativo que suporte [Unified Push](https://unifiedpush.org/), como [Nfty](https://ntfy.sh/).
+ Após a instalação, selecione o aplicativo que deseja usar nas configurações.
+
diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml
index 19720a749..be5c08564 100644
--- a/app/src/main/res/values-sv-rSE/strings.xml
+++ b/app/src/main/res/values-sv-rSE/strings.xml
@@ -547,4 +547,10 @@
Inga
Inaktivera Push-meddelande
Använder appen %1$s
+ Inställning av Push-aviseringar
+
+
+ För att ta emot push-aviseringar, installera vilken app som helst som stöder [Unified Push](https://unifiedpush.org), till exempel [Nfty](https://ntfy.sh/).
+ Efter installationen väljer du den app du vill använda i inställningarna.
+
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.