We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4df76af + bfcd8ca commit 9e96420Copy full SHA for 9e96420
app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt
@@ -711,8 +711,8 @@ class AppViewModel @Inject constructor(
711
Logger.warn("Unhandled scan data: $scan", context = TAG)
712
toast(
713
type = Toast.ToastType.WARNING,
714
- title = context.getString(R.string.other__scan_err_decoding),
715
- description = context.getString(R.string.other__scan_err_interpret_title),
+ title = context.getString(R.string.other__qr_error_header),
+ description = context.getString(R.string.other__qr_error_text),
716
)
717
}
718
0 commit comments