text: update error message on touch time out

This commit is contained in:
Dag Heyman 2019-10-09 13:06:05 +02:00
parent 72edead364
commit e3c3860383
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338

View File

@ -216,7 +216,7 @@ Pane {
}
} else {
if (resp.error_id === 'access_denied') {
navigator.snackBarError(qsTr("Touch credential timed out"))
navigator.snackBarError(qsTr("Touch timed out"))
} else {
navigator.snackBarError(navigator.getErrorMessage(
resp.error_id))