Skip to content

Commit

Permalink
Merge pull request #6703 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
chore(i18n): Improve grammar
  • Loading branch information
claucambra committed Apr 28, 2024
2 parents 06c4ea8 + 9ec5712 commit 95c7deb
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 95c7deb

Please sign in to comment.