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

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Photos.vue')
-rw-r--r--src/Photos.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Photos.vue b/src/Photos.vue
index c090d1d7..66a55c94 100644
--- a/src/Photos.vue
+++ b/src/Photos.vue
@@ -64,9 +64,12 @@
:title="t('photos', 'Tags')">
<Tag slot="icon" :size="20" />
</NcAppNavigationItem>
+ <NcAppNavigationItem :to="{name: 'locations'}" :title="t('photos', 'Locations')">
+ <MapMarker slot="icon" :size="20" />
+ </NcAppNavigationItem>
<NcAppNavigationItem v-if="showLocationMenuEntry"
:to="{name: 'maps'}"
- :title="t('photos', 'Locations')">
+ :title="t('photos', 'Maps')">
<MapMarker slot="icon" :size="20" />
</NcAppNavigationItem>
</template>