diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2022-12-11 16:31:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-11 16:31:16 +0100 |
commit | 690eb6af8de3f9b8bb55adfdd9f524abe9a7b022 (patch) | |
tree | f66bd14ea29d06647596f63695c05dda3cb79d70 /ui | |
parent | 7101ea41f0ba1c5c3349d20c6442431d61eb4208 (diff) | |
parent | b1237094b2fd2474a262bcff48916dc540c4fd33 (diff) | |
download | AntennaPod-690eb6af8de3f9b8bb55adfdd9f524abe9a7b022.zip |
Merge pull request #6230 from ByteHamster/home-tweaks2
Make layout of home sections more clean and easy
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 6991720d5..b2ec9e0fe 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -55,11 +55,10 @@ <string name="home_surprise_title">Get surprised</string> <string name="home_classics_title">Check your classics</string> <string name="home_continue_title">Continue listening</string> - <string name="home_new_title">Review the new</string> + <string name="home_new_title">See what\'s new</string> <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="navigate_arrows">%s ยป</string> <string name="configure_home">Configure Home Screen</string> <!-- Download Statistics fragment --> |