Skip to content

Commit

Permalink
fix: untranslated string in feed page
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Nov 7, 2023
1 parent 434202c commit ed27a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FeedPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<hr />

<span class="flex gap-2">
<router-link class="btn" to="/subscriptions">Subscriptions</router-link>
<router-link v-t="'titles.subscriptions'" class="btn" to="/subscriptions" />
<a :href="getRssUrl" class="btn">
<font-awesome-icon icon="rss" />
</a>
Expand Down

0 comments on commit ed27a62

Please sign in to comment.