Skip to content

Commit 8924214

Browse files
authored
Merge pull request #20439 from nextcloud/Valdnet-patch-3
Changing the translation catalog for "Share"
2 parents d32ea71 + a50698b commit 8924214

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/files_sharing/js/dist/personal-settings.js

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

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

apps/files_sharing/src/components/PersonalSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<template>
2323
<div v-if="!enforceAcceptShares" id="files-sharing-personal-settings" class="section">
24-
<h2>{{ t('files', 'Sharing') }}</h2>
24+
<h2>{{ t('files_sharing', 'Sharing') }}</h2>
2525
<p>
2626
<input id="files-sharing-personal-settings-accept"
2727
v-model="accepting"

0 commit comments

Comments
 (0)