diff options
author | Yaron Shahrabani <sh.yaron@gmail.com> | 2021-02-18 00:57:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 00:57:48 +0200 |
commit | 7b39ef8953194ba3be79909230e7fbb9328e7446 (patch) | |
tree | d7341392d2fdb93258f8b2a1114ca17bb9fa7453 /core | |
parent | 986a62de75ad7290e36c9fe7eb79dbde646673fc (diff) | |
download | AntennaPod-7b39ef8953194ba3be79909230e7fbb9328e7446.zip |
Fixed typo
Epsiodes->Episodes
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 8828d5bdb..eb4756296 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -146,7 +146,7 @@ <item quantity="one">New Episode</item> <item quantity="other">New Episodes</item> </plurals> - <string name="new_episode_notification_group_text">Your subscriptions have new epsiodes.</string> + <string name="new_episode_notification_group_text">Your subscriptions have new episodes.</string> <!-- Actions on feeds --> <string name="mark_all_read_label">Mark all as played</string> |