Use human readable error (not technical)

This commit is contained in:
Valere 2020-02-26 09:59:15 +01:00 committed by Benoit Marty
parent b4a783198b
commit 99f9a9817e
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class SharedSecureStorageViewModel @AssistedInject constructor(
_viewEvents.post(SharedSecureStorageViewEvent.FinishSuccess(safeForIntentCypher))
}, {
_viewEvents.post(SharedSecureStorageViewEvent.HideModalLoading)
_viewEvents.post(SharedSecureStorageViewEvent.InlineError(it.localizedMessage))
_viewEvents.post(SharedSecureStorageViewEvent.InlineError(stringProvider.getString(R.string.keys_backup_passphrase_error_decrypt)))
})
}
}