Skip to content
Snippets Groups Projects
Commit 02c08c69 authored by Jo Vuit's avatar Jo Vuit
Browse files

Changed function $gettext to $pgettext

parent e0f11cc7
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ export default { ...@@ -18,7 +18,7 @@ export default {
labels() { labels() {
return { return {
manageUsers: this.$pgettext('Head/Admin/Title', 'Manage users'), manageUsers: this.$pgettext('Head/Admin/Title', 'Manage users'),
secondaryMenu: this.$gettext('Menu/*/Hidden text','Secondary menu') secondaryMenu: this.$pgettext('Menu/*/Hidden text','Secondary menu')
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment