diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2020-06-07 23:09:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-07 23:09:39 +0200 |
commit | 0c9b1de12f4ecd25a04033075c76d4f1fe5938bf (patch) | |
tree | d876ef49d81ff9f70ec8eb3d717930e311cf77a6 /app/src/main/res/xml | |
parent | e7b3bcec5e42745bb361401b44ea2d7c6745e79b (diff) | |
parent | d3641b394dff62972cf21e30b55f3481176e6183 (diff) | |
download | AntennaPod-0c9b1de12f4ecd25a04033075c76d4f1fe5938bf.zip |
Merge pull request #4225 from ByteHamster/support-channels
Updated forum link
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 2141c811c..b69f27473 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -50,7 +50,7 @@ android:title="@string/pref_faq" android:icon="?attr/ic_questionmark" /> <Preference - android:key="prefViewMailingList" + android:key="prefViewForum" android:title="@string/visit_user_forum" android:icon="?attr/ic_chat" /> <Preference |