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:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2021-10-18 11:01:42 +0300
committerGitHub <noreply@github.com>2021-10-18 11:01:42 +0300
commitb3efacf5a9530e59b03445a1009f728cb1504fc1 (patch)
tree3fb1c15901b31732ce75a2a2559603fa4c05d66c /src
parenta8c36d33aa2bbcc686a821eb061499e99d45a6e8 (diff)
l10n: Make string translatable
Changed Quotation mark to apostrophe. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/settings/ProvisioningSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/settings/ProvisioningSettings.vue b/src/components/settings/ProvisioningSettings.vue
index 2a0b5577f..326892a61 100644
--- a/src/components/settings/ProvisioningSettings.vue
+++ b/src/components/settings/ProvisioningSettings.vue
@@ -328,7 +328,7 @@
@click="disableConfig()">
<br>
<small>{{
- t('mail', "* %USERID% and %EMAIL% will be replaced with the user's UID and email")
+ t('mail', '* %USERID% and %EMAIL% will be replaced with the user's UID and email')
}}</small>
</div>
</div>