fix: rename Feedlly to the correct name of Feedly ()

This commit is contained in:
Hannah Witvrouwen 2022-12-17 04:06:28 +01:00 committed by GitHub
parent b2177d1c76
commit 526c8ce310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions
app/src/main
java/me/ash/reader
data/model/account
ui/page/settings/accounts
res/values

@ -30,7 +30,7 @@ class AccountType(val id: Int) {
2 -> context.getString(R.string.fever)
3 -> context.getString(R.string.google_reader)
4 -> context.getString(R.string.fresh_rss)
5 -> context.getString(R.string.feedlly)
5 -> context.getString(R.string.feedly)
6 -> context.getString(R.string.inoreader)
else -> context.getString(R.string.unknown)
}
@ -57,7 +57,7 @@ class AccountType(val id: Int) {
val Fever = AccountType(2)
val GoogleReader = AccountType(3)
val FreshRSS = AccountType(4)
val Feedlly = AccountType(5)
val Feedly = AccountType(5)
val Inoreader = AccountType(6)
}
}

@ -75,8 +75,8 @@ fun AddAccountsPage(
)
SettingItem(
enable = false,
title = stringResource(R.string.feedlly),
desc = stringResource(R.string.feedlly_desc),
title = stringResource(R.string.feedly),
desc = stringResource(R.string.feedly_desc),
iconPainter = painterResource(id = R.drawable.ic_feedly),
onClick = {},
) {}

@ -351,11 +351,11 @@
<string name="fever" translatable="false">Fever</string>
<string name="google_reader" translatable="false">Google Reader</string>
<string name="fresh_rss" translatable="false">FreshRSS</string>
<string name="feedlly" translatable="false">Feedlly</string>
<string name="feedly" translatable="false">Feedly</string>
<string name="inoreader" translatable="false">Inoreader</string>
<string name="local_desc">On this device</string>
<string name="services">Services</string>
<string name="feedlly_desc" translatable="false">feedlly.com</string>
<string name="feedly_desc" translatable="false">feedll.com</string>
<string name="inoreader_desc" translatable="false">inoreader.com</string>
<string name="self_hosted">Self-Hosted</string>
<string name="fresh_rss_desc" translatable="false">freshrss.org</string>