Skip to content

Commit

Permalink
Two minor translation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Feb 9, 2022
1 parent 071a893 commit 3e22924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/web-app-draw-io/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export default {
)
break
case 500:
errorFunc(this.$gettext('Saving error. Error when contacting the server'))
errorFunc(this.$gettext("Couldn't save. Error when contacting the server"))
break
case 401:
errorFunc(this.$gettext("Saving error. You're not authorized to save this file"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
>
<oc-icon size="large" fill-type="line" :name="toggleSidebarButtonIcon" />
</oc-button>
<nav
class="oc-sidebar-nav oc-my-l oc-px-xs"
:aria-label="$gettext('Sidebar top navigation menu')"
>
<nav class="oc-sidebar-nav oc-my-l oc-px-xs" :aria-label="$gettext('Sidebar navigation menu')">
<oc-list>
<sidebar-nav-item
v-for="(link, index) in navItems"
Expand Down

0 comments on commit 3e22924

Please sign in to comment.