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

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-03-27 20:32:32 +0300
committerGitHub <noreply@github.com>2021-03-27 20:32:32 +0300
commit03f4ed2e5a41aa3ab450d72b69526ae99ed74b73 (patch)
treec1aceb135c77158877e8d3e40af60c33e72af668 /src
parentd4f070bb0998bc65da16ed2adcb0a4a6fc86b040 (diff)
l10n: Extract space and dot character
Diffstat (limited to 'src')
-rw-r--r--src/components/Location.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Location.vue b/src/components/Location.vue
index 5bbdeb9..979e0b6 100644
--- a/src/components/Location.vue
+++ b/src/components/Location.vue
@@ -22,7 +22,7 @@
<template>
<div class="where-is-my-data">
<p v-show="!isEditingLocation">
- <span v-show="country">{{ $t('privacy', 'Your data is located in: ') }}<strong>{{ country }}.</strong></span>
+ <span v-show="country">{{ $t('privacy', 'Your data is located in:') }} <strong>{{ country }}</strong>.</span>
<span v-show="!country">{{ $t('privacy', 'The admin hasn\'t selected the location of the server yet.') }}</span>
<Actions v-if="$is_admin">
<ActionButton icon="icon-rename" @click="editLocation">