Fix similar manga notification channel name

This commit is contained in:
Jobobby04 2021-01-21 21:08:34 -05:00
parent 2a211c68a9
commit 9235f0e5ed
2 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,7 @@ object Notifications {
),
NotificationChannel(
CHANNEL_SIMILAR,
context.getString(R.string.similar),
context.getString(R.string.similar_manga),
NotificationManager.IMPORTANCE_LOW
).apply {
setShowBadge(false)

View File

@ -594,6 +594,7 @@
<!-- Similar -->
<string name="similar">Similar to %1$s</string>
<string name="similar_manga">Similar Manga</string>
<string name="similar_loading_percent">Updating similar manga (%1$d / %2$d updated)</string>
<string name="similar_loading_complete">Updating similar manga complete</string>
<string name="similar_loading_complete_error">Error trying to load/process similar manga</string>