Skip to content

Commit

Permalink
Merge pull request #7863 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
chore(i18n): Remove blank
  • Loading branch information
nilsding authored Feb 17, 2025
2 parents 45efc32 + 2f77e01 commit 120505b
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 120505b

Please sign in to comment.