Skip to content

Commit

Permalink
Merge pull request #3598 from nextcloud/fix/app-nav-item
Browse files Browse the repository at this point in the history
  • Loading branch information
raimund-schluessler authored Dec 28, 2022
2 parents 42d37b0 + 2957214 commit faff607
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions l10n/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ msgstr ""
msgid "Clear text"
msgstr ""

msgid "Close"
msgstr ""

msgid "Close modal"
msgstr ""

Expand All @@ -50,6 +47,9 @@ msgstr ""
msgid "Close sidebar"
msgstr ""

msgid "Collapse menu"
msgstr ""

msgid "Confirm changes"
msgstr ""

Expand Down Expand Up @@ -107,10 +107,10 @@ msgstr ""
msgid "Objects"
msgstr ""

msgid "Open"
msgid "Open link to \"{resourceTitle}\""
msgstr ""

msgid "Open link to \"{resourceTitle}\""
msgid "Open menu"
msgstr ""

msgid "Open navigation"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default {
computed: {
labelButton() {
return open ? t('Close') : t('Open')
return this.open ? t('Collapse menu') : t('Open menu')
},
},
Expand Down

0 comments on commit faff607

Please sign in to comment.