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

github.com/nextcloud/backup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-09-05 09:39:44 +0300
committerGitHub <noreply@github.com>2022-09-05 09:39:44 +0300
commitc3d45c0031ae179c69feb730cd479b5fb90c5190 (patch)
tree1b871654b14112f1a414ec519d35d356c5488420
parentfd982c4c213fdb5ce80a62bf7aef710d1a9ba3a0 (diff)
l10n: Change to a capital letter
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
-rw-r--r--src/components/RestoringPointsListSection.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/RestoringPointsListSection.vue b/src/components/RestoringPointsListSection.vue
index 392b7eb..f0dec09 100644
--- a/src/components/RestoringPointsListSection.vue
+++ b/src/components/RestoringPointsListSection.vue
@@ -112,7 +112,7 @@
<div class="restoring-points__point__popover">
<div v-if="point.local !== undefined && point.local.point.health !== undefined" class="restoring-points__point__popover__item">
<RestoringPointHealthIcon :health="point.local.point.health.status" class="restoring-points__point__popover__item__icon" />
- {{ t('backup', 'local') }}
+ {{ t('backup', 'Local') }}
</div>
<div v-for="external of point.externals"
:key="external.storageId"