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:
Diffstat (limited to 'src/components/RestoringPointsListSection.vue')
-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"