Skip to content

Commit 9e96420

Browse files
authored
Merge pull request #559 from synonymdev/fix/error-decoding-qr-msg
fix: qr code decoding error message
2 parents 4df76af + bfcd8ca commit 9e96420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,8 +711,8 @@ class AppViewModel @Inject constructor(
711711
Logger.warn("Unhandled scan data: $scan", context = TAG)
712712
toast(
713713
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),
714+
title = context.getString(R.string.other__qr_error_header),
715+
description = context.getString(R.string.other__qr_error_text),
716716
)
717717
}
718718
}

0 commit comments

Comments
 (0)