Skip to content

Commit

Permalink
Merge pull request #2531 from nextcloud/backport/2528/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(l10n): Translate "All Tags" string
  • Loading branch information
artonge authored Jul 8, 2024
2 parents 6ad2df8 + 137c14b commit 1c71990
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 @@ -38,7 +38,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 1c71990

Please sign in to comment.