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:
authorrakekniven <mark.ziegler@rakekniven.de>2021-04-12 20:07:51 +0300
committerGitHub <noreply@github.com>2021-04-12 20:07:51 +0300
commit9797d60026d9d04f01496f9c0a0a067d4179e902 (patch)
tree2ac7effdeadec882fba262462a987b1a34dc6cc6
parent69ebcf9196ca81c1380329d0180c3fdc72477bf6 (diff)
parent03f4ed2e5a41aa3ab450d72b69526ae99ed74b73 (diff)
Merge pull request #602 from nextcloud/Valdnet-patch-1
l10n: Remove space and dot at EOL.
-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">