diff options
author | Simon L <szaimen@e.mail.de> | 2023-11-06 11:19:25 +0100 |
---|---|---|
committer | Simon L <szaimen@e.mail.de> | 2023-11-07 12:17:42 +0100 |
commit | 9d0cefd71d21c2ed064640e7868b527de8d69ec6 (patch) | |
tree | 7167506617323f24fefe8bc428a2ffa9ab1ddc3c /apps/files_sharing | |
parent | 402ef78df7e334dcd52b2c281cd45918bf3ce6e3 (diff) | |
download | nextcloud-server-9d0cefd71d21c2ed064640e7868b527de8d69ec6.tar.gz nextcloud-server-9d0cefd71d21c2ed064640e7868b527de8d69ec6.zip |
fix description of sharing toggle
Signed-off-by: Simon L <szaimen@e.mail.de>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/src/actions/sharingStatusAction.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/actions/sharingStatusAction.ts b/apps/files_sharing/src/actions/sharingStatusAction.ts index 01052676aa4..376f294d1e5 100644 --- a/apps/files_sharing/src/actions/sharingStatusAction.ts +++ b/apps/files_sharing/src/actions/sharingStatusAction.ts @@ -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[]) { |