mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
chore(i18n): Remove blank
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
45efc32e1e
commit
2f77e015c8
@ -1163,7 +1163,7 @@ void ClientSideEncryption::initializeHardwareTokenEncryption(QWidget *settingsDi
|
||||
if (PKCS11_login(currentSlot, 0, newPinData.data()) != 0) {
|
||||
QMessageBox::warning(settingsDialog,
|
||||
tr("Invalid PIN. Login failed"),
|
||||
tr("Login to the token failed after providing the user PIN. It may be invalid or wrong. Please try again !"),
|
||||
tr("Login to the token failed after providing the user PIN. It may be invalid or wrong. Please try again!"),
|
||||
QMessageBox::Ok);
|
||||
_cachedPin.clear();
|
||||
continue;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user