summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-05-25 16:46:52 +0200
committerGitHub <noreply@github.com>2020-05-25 16:46:52 +0200
commit4b2aa3e8b0139932531ffbe35b4983d01008eaf5 (patch)
tree50e06b1873d079f1efb6b4ddc74a1e3d0e9cd420 /app
parente0d1f5d529aa01aaaa01eeeea1d9d36a79ed1536 (diff)
parent6b89671b184dc3148fabb4b67d213f3e83c4ec73 (diff)
downloadAntennaPod-4b2aa3e8b0139932531ffbe35b4983d01008eaf5.zip
Merge pull request #4192 from ByteHamster/fix-new-label
Fixed new label
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/feeditemlist_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/feeditemlist_item.xml b/app/src/main/res/layout/feeditemlist_item.xml
index 90062bbf6..c2bcced6f 100644
--- a/app/src/main/res/layout/feeditemlist_item.xml
+++ b/app/src/main/res/layout/feeditemlist_item.xml
@@ -91,7 +91,7 @@
android:gravity="center_vertical">
<TextView
- android:text="@string/new_episodes_label"
+ android:text="@string/new_label"
style="@style/AntennaPod.TextView.UnreadIndicator"
android:layout_width="wrap_content"
android:layout_height="wrap_content"