Changing the translation catalog for "Share"
Change "files" to "files_sharing". Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ddeedf375b
commit
a50698b3c3
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue