mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Change the wording to "Retry" when page fails to load. (#9701)
This commit is contained in:
		| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user