Skip to content

Commit

Permalink
fix(l10n): Translate "All Tags" string
Browse files Browse the repository at this point in the history
Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored and backportbot[bot] committed Jul 8, 2024
1 parent 6ad2df8 commit a8e410e
Showing 1 changed file with 1 addition and 1 deletion.
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 a8e410e

Please sign in to comment.