Skip to content

Commit

Permalink
Merge pull request #7866 from nextcloud/backport/7863/stable-3.16
Browse files Browse the repository at this point in the history
[stable-3.16] chore(i18n): Remove blank
  • Loading branch information
nilsding authored Feb 17, 2025
2 parents 32f2a5e + a9d4c05 commit dd71b44
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 dd71b44

Please sign in to comment.