Skip to content

Commit f826915

Browse files
committed
fix description of sharing toggle
Signed-off-by: Simon L <[email protected]>
1 parent f12a881 commit f826915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_sharing/src/actions/sharingStatusAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const action = new FileAction({
6666
return t('files_sharing', 'Shared by {ownerDisplayName}', { ownerDisplayName })
6767
}
6868

69-
return ''
69+
return t('files_sharing', 'Show sharing options')
7070
},
7171

7272
iconSvgInline(nodes: Node[]) {

0 commit comments

Comments
 (0)