Skip to content

Commit

Permalink
chore(i18n): Improve grammar
Browse files Browse the repository at this point in the history
Fixes #6408 

Reported at Transifex.

Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven authored and backportbot[bot] committed Apr 28, 2024
1 parent 8e04477 commit 78688e4
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 @@ -115,7 +115,7 @@ void UpdateE2eeFolderUsersMetadataJob::slotFetchMetadataJobFinished(int statusCo
}

if (!_encryptedFolderMetadataHandler->folderMetadata() || !_encryptedFolderMetadataHandler->folderMetadata()->isValid()) {
emit finished(403, tr("Could not add or remove a folder user %1, for folder %2").arg(_folderUserId).arg(_fullRemotePath));
emit finished(403, tr("Could not add or remove user %1 to access folder %2").arg(_folderUserId).arg(_fullRemotePath));
return;
}
startUpdate();
Expand Down

0 comments on commit 78688e4

Please sign in to comment.