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:
authorJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>2022-11-02 15:59:20 +0300
committerGitHub <noreply@github.com>2022-11-02 15:59:20 +0300
commit3d1adb24feadff97c41d0ff56f4ab1358615e3a4 (patch)
treebc2f3e7cc6abbf3429610de8e591648c1792f484
parent26e7dce6aa06160fc2dce0a2f487d6fde8cb9bca (diff)
Empty list wording fix (more universal)
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
-rw-r--r--src/views/Timeline.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Timeline.vue b/src/views/Timeline.vue
index 85fc9616..fb9deea0 100644
--- a/src/views/Timeline.vue
+++ b/src/views/Timeline.vue
@@ -87,7 +87,7 @@
:sections="monthsList"
:loading="loadingFiles"
:base-height="isMobile ? 120 : 200"
- :empty-message="t('photos', 'No photos in here')"
+ :empty-message="t('photos', 'No photos or videos in here')"
@need-content="getContent">
<template slot-scope="{file, visibility}">
<h3 v-if="file.sectionHeader"