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
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Location.vue')
-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">