Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-10-18 11:41:22 +0300
committerGitHub <noreply@github.com>2021-10-18 11:41:22 +0300
commit9ff86a3e500cc5aa86f7e3430e14225f112595c3 (patch)
tree564eb438a435ccf0a09b6aa4be85d987c5e068fd /src
parent4e0d92a978d0d33c0a2655ca9161abdd4966667b (diff)
parentbddbc00e5d61aa4fde4f8e23ea9f1dd2c3ccc775 (diff)
Merge pull request #5647 from nextcloud/rakekniven-patch-2
l10n: Make header translatable
Diffstat (limited to 'src')
-rw-r--r--src/components/settings/AdminSettings.vue27
1 files changed, 24 insertions, 3 deletions
diff --git a/src/components/settings/AdminSettings.vue b/src/components/settings/AdminSettings.vue
index 573629e89..73cc5a171 100644
--- a/src/components/settings/AdminSettings.vue
+++ b/src/components/settings/AdminSettings.vue
@@ -32,7 +32,14 @@
}}
</p>
<div class="app-description">
- <h3>Account provisioning</h3>
+ <h3>
+ {{
+ t(
+ 'mail',
+ 'Account provisioning'
+ )
+ }}
+ </h3>
<article>
<p>
{{
@@ -91,7 +98,14 @@
</p>
</article>
</div>
- <h3>Provisioning Configurations</h3>
+ <h3>
+ {{
+ t(
+ 'mail',
+ 'Provisioning Configurations'
+ )
+ }}
+ </h3>
<p>
<button class="config-button icon-add" @click="addNew=true">
{{ t('mail', 'Add new config') }}
@@ -112,7 +126,14 @@
:disable="deleteProvisioning" />
</p>
<div class="app-description">
- <h3>Anti Spam Service</h3>
+ <h3>
+ {{
+ t(
+ 'mail',
+ 'Anti Spam Service'
+ )
+ }}
+ </h3>
<article>
<p>
{{