Skip to content

Commit

Permalink
fixup! fix(files): group duplicate shares
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jan 11, 2024
1 parent bd4b54c commit 6cbcfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_sharing/src/actions/sharingStatusAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const action = new FileAction({

// Mixed share types
if (Array.isArray(node.attributes?.['share-types'])) {
return t('files_sharing', 'Shared multiple times with different users')
return t('files_sharing', 'Shared multiple times with different people')
}

if (ownerId && ownerId !== getCurrentUser()?.uid) {
Expand Down

0 comments on commit 6cbcfdb

Please sign in to comment.