Fix similar manga notification channel name
This commit is contained in:
parent
2a211c68a9
commit
9235f0e5ed
@ -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)
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user