Skip to content

Commit 651bdb2

Browse files
committed
test-commit
Signed-off-by: mykh-hailo <kristianderonta0205@gmail.com>
1 parent ba7cefc commit 651bdb2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/files_sharing/src/files_actions/sharingStatusAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const action: IFileAction = {
5858
const sharees = node.attributes.sharees?.sharee as { id: string, 'display-name': string, type: ShareType }[] | undefined
5959
if (!sharees) {
6060
// No sharees so just show the default message to create a new share
61-
return t('files_sharing', 'Sharing options')
61+
return t('files_sharing', 'Sharing options-s')
6262
}
6363

6464
const sharee = [sharees].flat()[0] // the property is sometimes weirdly normalized, so we need to compensate

dist/files_sharing-init.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_sharing-init.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)