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

Added translation context for content/Base.vue for the hidden text 'Secondary menu'

parent 00ca2213
No related branches found
No related tags found
1 merge request!601#662: Resolve "Add contexts to translatable strings"
......@@ -16,7 +16,7 @@ export default {
computed: {
labels() {
let title = this.$gettext("Add content")
let secondaryMenu = this.$gettext("Secondary menu")
let secondaryMenu = this.$pgettext('Menu/*/Hidden text', "Secondary menu")
return {
title,
secondaryMenu
......
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