aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/PersonalSettings.vue
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-04-12 09:08:52 +0200
committerGitHub <noreply@github.com>2020-04-12 09:08:52 +0200
commit89242142998475fa94f27f99b02c4429b0b9bffd (patch)
treebf45c7f113cfb0766ceb63e6803b0fc1bd74191f /apps/files_sharing/src/components/PersonalSettings.vue
parentd32ea71c30b11390eb9f2139e6287c4448081a57 (diff)
parenta50698b3c3c686ef5348a30f5d22f4888c7ad729 (diff)
downloadnextcloud-server-89242142998475fa94f27f99b02c4429b0b9bffd.tar.gz
nextcloud-server-89242142998475fa94f27f99b02c4429b0b9bffd.zip
Merge pull request #20439 from nextcloud/Valdnet-patch-3
Changing the translation catalog for "Share"
Diffstat (limited to 'apps/files_sharing/src/components/PersonalSettings.vue')
-rw-r--r--apps/files_sharing/src/components/PersonalSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/components/PersonalSettings.vue b/apps/files_sharing/src/components/PersonalSettings.vue
index dd10dec10d2..5ff795fc91a 100644
--- a/apps/files_sharing/src/components/PersonalSettings.vue
+++ b/apps/files_sharing/src/components/PersonalSettings.vue
@@ -21,7 +21,7 @@
<template>
<div v-if="!enforceAcceptShares" id="files-sharing-personal-settings" class="section">
- <h2>{{ t('files', 'Sharing') }}</h2>
+ <h2>{{ t('files_sharing', 'Sharing') }}</h2>
<p>
<input id="files-sharing-personal-settings-accept"
v-model="accepting"