Change the wording to "Retry" when page fails to load. (#9701)

(cherry picked from commit 3bd2cad45f028cb0c9b4492049d8b7b2a222cc79)
This commit is contained in:
AntsyLich 2023-07-11 19:15:38 +06:00 committed by Jobobby04
parent 2732961f31
commit 66f298e1ab

View File

@ -69,7 +69,7 @@ fun BrowseSourceContent(
if (mangaList.itemCount > 0 && errorState != null && errorState is LoadState.Error) {
val result = snackbarHostState.showSnackbar(
message = getErrorMessage(errorState),
actionLabel = context.getString(R.string.action_webview_refresh),
actionLabel = context.getString(R.string.action_retry),
duration = SnackbarDuration.Indefinite,
)
when (result) {