Skip to content

Commit

Permalink
Merge pull request #5220 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
l10n: Fixed grammar
  • Loading branch information
claucambra authored Nov 28, 2022
2 parents 0ca63f5 + 5353f4f commit 06937cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/accountsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@ void AccountSettings::initializeE2eEncryption()
_ui->encryptionMessage->setIcon(Theme::createColorAwareIcon(QStringLiteral(":/client/theme/black/state-info.svg")));
_ui->encryptionMessage->hide();

auto *const actionEnableE2e = addActionToEncryptionMessage(tr("Setup encryption"), e2EeUiActionEnableEncryptionId);
auto *const actionEnableE2e = addActionToEncryptionMessage(tr("Set up encryption"), e2EeUiActionEnableEncryptionId);
connect(actionEnableE2e, &QAction::triggered, this, &AccountSettings::slotE2eEncryptionGenerateKeys);
}
}
Expand Down

0 comments on commit 06937cb

Please sign in to comment.