Skip to content

Commit 6b0b731

Browse files
authored
Merge pull request #39667 from nextcloud/backport/39649/stable25
2 parents 2321e67 + 65d1c84 commit 6b0b731

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

apps/files_sharing/src/components/PersonalSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default {
6969
accept: this.accepting,
7070
})
7171
} catch (error) {
72-
showError(t('sharing', 'Error while toggling options'))
72+
showError(t('files_sharing', 'Error while toggling options'))
7373
console.error(error)
7474
}
7575
},

apps/files_sharing/src/components/SharingEntryLink.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,12 +716,12 @@ export default {
716716
// otherwise the user needs to copy/paste the password before finishing the share.
717717
component.copyLink()
718718
}
719-
showSuccess(t('sharing', 'Link share created'))
719+
showSuccess(t('files_sharing', 'Link share created'))
720720
721721
} catch (data) {
722722
const message = data?.response?.data?.ocs?.meta?.message
723723
if (!message) {
724-
showError(t('sharing', 'Error while creating the share'))
724+
showError(t('files_sharing', 'Error while creating the share'))
725725
console.error(data)
726726
return
727727
}

dist/files_sharing-files_sharing_tab.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-files_sharing_tab.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.

dist/files_sharing-personal-settings.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-personal-settings.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)