Skip to content

Commit

Permalink
Merge pull request #2704 from nextcloud/artonge/local/roliverio/fix/l…
Browse files Browse the repository at this point in the history
…10n-fixes-photos

[local] fix(l10n): plural typo
  • Loading branch information
artonge authored Nov 14, 2024
2 parents b12969f + 5b16741 commit b99d10a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions js/photos-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-main.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/photos-public.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-public.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/views/Timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<template>
<!-- Errors handlers -->
<div v-if="errorFetchingFiles" class="timeline__empty-content">
<NcEmptyContent v-if="errorFetchingFiles === 404" :name="t('photos', 'One of the source folders does not exists')">
<NcEmptyContent v-if="errorFetchingFiles === 404" :name="t('photos', 'One of the source folders does not exist')">
<FolderAlertOutline slot="icon" />
<PhotosSourceLocationsSettings slot="action" class="timeline__update_source_directory" />
</NcEmptyContent>
Expand Down

0 comments on commit b99d10a

Please sign in to comment.