chore(i18n): Remove blank

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2025-02-16 16:22:07 +01:00 committed by Jyrki Gadinger
parent 45efc32e1e
commit 2f77e015c8

View File

@ -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;