diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index c585a6616..7992189ef 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -61,8 +61,10 @@ <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_text">AntennaPod needs your permission to show notifications. By default, AntennaPod only shows notifications while something is being downloaded or when something goes wrong.</string> <string name="notification_permission_denied">You denied the permission.</string> + <string name="notification_permission_deny_warning">If you disable notifications and something goes wrong, you might be unable to find out why it went wrong.</string> + <string name="deny_label">Deny</string> <string name="open_settings">Open settings</string> <string name="configure_home">Configure Home Screen</string> |