Skip to content

Commit

Permalink
fix(i18n): Changed spelling of "public key"
Browse files Browse the repository at this point in the history
Reported at Transifex

Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven authored and mgallien committed Feb 6, 2024
1 parent 0799af8 commit f613720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsync/updatee2eefolderusersmetadatajob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void UpdateE2eeFolderUsersMetadataJob::start(const bool keepLock)
void UpdateE2eeFolderUsersMetadataJob::slotStartE2eeMetadataJobs()
{
if (_operation == Operation::Add && _folderUserCertificate.isNull()) {
emit finished(404, tr("Could not fetch publicKey for user %1").arg(_folderUserId));
emit finished(404, tr("Could not fetch public key for user %1").arg(_folderUserId));
return;
}

Expand Down

0 comments on commit f613720

Please sign in to comment.