Skip to content

Commit

Permalink
fix(l10n): plural typo
Browse files Browse the repository at this point in the history
Signed-off-by: Julio C. Ortega <390821+roliverio@users.noreply.github.com>
  • Loading branch information
roliverio committed May 22, 2024
1 parent 1a3ff5c commit 7911736
Showing 1 changed file with 1 addition and 1 deletion.
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 7911736

Please sign in to comment.