mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Change the wording to "Retry" when page fails to load. (#9701)
This commit is contained in:
parent
48f7a2de41
commit
3bd2cad45f
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,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) {
|
||||
|
|
Loading…
Reference in a new issue