mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
fix description of sharing toggle
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
402ef78df7
commit
9d0cefd71d
1 changed files with 1 additions and 1 deletions
|
|
@ -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[]) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue