Skip to content

Commit

Permalink
Merge pull request #5042 from owncloud/29042021_translateable-navigat…
Browse files Browse the repository at this point in the history
…ions

Translate user menu items correctly
  • Loading branch information
JammingBen authored Apr 29, 2021
2 parents c00e724 + d3f0144 commit 8c6f2a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/bugfix-translated-user-menu-items
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Translated user menu items

Some of the user menu items were not correctly translated, which is now fixed.

https://github.com/owncloud/web/pull/5042
4 changes: 2 additions & 2 deletions packages/web-runtime/src/components/UserMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
tabindex="0"
>
<oc-icon :name="n.iconMaterial" />
<span>{{ n.title }}</span>
<translate>{{ n.title }}</translate>
</oc-button>
<oc-button
v-else
Expand All @@ -66,7 +66,7 @@
tabindex="0"
>
<oc-icon :name="n.iconMaterial" />
<span v-text="n.title" />
<translate>{{ n.title }}</translate>
</oc-button>
</li>
<li>
Expand Down

0 comments on commit 8c6f2a0

Please sign in to comment.