summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2023-04-07 16:37:32 +0200
committerGitHub <noreply@github.com>2023-04-07 16:37:32 +0200
commit39d309e906c0b0b3a199064505ce76bc8045abd9 (patch)
tree8ee1fa6b08780f06688a148fc9c2cdbab57c948f /ui
parentda9bb8d578c44d16aa191e4bf6f1d150f639b634 (diff)
downloadAntennaPod-39d309e906c0b0b3a199064505ce76bc8045abd9.zip
Add banner on home screen if notification permission is not granted (#6412)
Diffstat (limited to 'ui')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml
index fba8b895e..2edce5df2 100644
--- a/ui/i18n/src/main/res/values/strings.xml
+++ b/ui/i18n/src/main/res/values/strings.xml
@@ -60,6 +60,9 @@
<string name="home_downloads_title">Manage downloads</string>
<string name="home_welcome_title">Welcome to AntennaPod!</string>
<string name="home_welcome_text">You are not subscribed to any podcasts yet. Open the side menu to add a podcast.</string>
+ <string name="notification_permission_text">AntennaPod needs your permission to show notifications while downloading episodes.</string>
+ <string name="notification_permission_denied">You denied the permission.</string>
+ <string name="open_settings">Open settings</string>
<string name="configure_home">Configure Home Screen</string>
<!-- Download Statistics fragment -->