fix description of sharing toggle

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-11-06 11:19:25 +01:00
parent 402ef78df7
commit 9d0cefd71d

View file

@ -66,7 +66,7 @@ export const action = new FileAction({
return t('files_sharing', 'Shared by {ownerDisplayName}', { ownerDisplayName })
}
return ''
return t('files_sharing', 'Show sharing options')
},
iconSvgInline(nodes: Node[]) {