aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-11-06 11:19:25 +0100
committerSimon L <szaimen@e.mail.de>2023-11-07 12:17:42 +0100
commit9d0cefd71d21c2ed064640e7868b527de8d69ec6 (patch)
tree7167506617323f24fefe8bc428a2ffa9ab1ddc3c /apps/files_sharing
parent402ef78df7e334dcd52b2c281cd45918bf3ce6e3 (diff)
downloadnextcloud-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.ts2
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[]) {