Skip to content

Commit

Permalink
chore(i18n): Remove blank
Browse files Browse the repository at this point in the history
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven authored and backportbot[bot] committed Feb 17, 2025
1 parent 32f2a5e commit a9d4c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsync/clientsideencryption.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a9d4c05

Please sign in to comment.