Skip to content

Commit

Permalink
Merge pull request #2528 from nextcloud/jtr/fix-2527-all-tags
Browse files Browse the repository at this point in the history
fix(l10n): Translate "All Tags" string
  • Loading branch information
artonge authored Jul 8, 2024
2 parents 4261fce + a4a0dbb commit c165dc2
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.

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.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/views/Tags.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<TagCover v-for="tag in popularTags" :key="tag.id" :tag="tag" />
</div>
<h2 v-if="tagsList.length">
All tags
{{ t('photos', 'All tags') }}
</h2>
<div class="tags">
<TagCover v-for="tag in tagsList" :key="tag.id" :tag="tag" />
Expand Down

0 comments on commit c165dc2

Please sign in to comment.