This commit is contained in:
Roshan Varughese 2024-08-31 00:17:25 +12:00
parent 8ff7be3d75
commit af42e3a962
2 changed files with 1 additions and 3 deletions

View File

@ -729,7 +729,7 @@ class MangaScreenModel(
val result = snackbarHostState.showSnackbar(
message = context.stringResource(MR.strings.confirm_tracker_update, formattedChapterNumber),
actionLabel = context.stringResource(MR.strings.yes),
actionLabel = context.stringResource(MR.strings.action_ok),
duration = SnackbarDuration.Short,
withDismissAction = true,
)

View File

@ -5,8 +5,6 @@
<!-- Generic strings -->
<string name="on">On</string>
<string name="off">Off</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="selected">Selected</string>
<string name="not_selected">Not selected</string>
<string name="action_menu_overflow_description">More options</string>