diff --git a/l10n/messages.pot b/l10n/messages.pot index 02b96d3523..1aa80cb574 100644 --- a/l10n/messages.pot +++ b/l10n/messages.pot @@ -29,6 +29,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "Close navigation" +msgstr "" + msgid "Confirm changes" msgstr "" @@ -50,6 +53,9 @@ msgstr "" msgid "Global" msgstr "" +msgid "Go back to the list" +msgstr "" + msgid "Message limit of {count} characters reached" msgstr "" @@ -65,6 +71,9 @@ msgstr "" msgid "Objects" msgstr "" +msgid "Open navigation" +msgstr "" + msgid "Pause slideshow" msgstr "" diff --git a/src/components/AppContent/AppDetailsToggle.vue b/src/components/AppContent/AppDetailsToggle.vue index 7776ab88ee..49cd5c65ee 100644 --- a/src/components/AppContent/AppDetailsToggle.vue +++ b/src/components/AppContent/AppDetailsToggle.vue @@ -27,15 +27,13 @@