Skip to content
Snippets Groups Projects
Commit e0525d02 authored by Julian's avatar Julian
Browse files

Fix paweljong translations

parent 7e5d948f
No related branches found
No related tags found
1 merge request!54Resolve "Remove additional fields support and re-implement additional fields in paweljong"
......@@ -6,7 +6,7 @@ import InlineCRUDList from "aleksis.core/components/generic/InlineCRUDList.vue";
<inline-c-r-u-d-list
:headers="headers"
:i18n-key="i18nKey"
create-item-i18n-key="event_additional_field.create"
create-item-i18n-key="paweljong.event_additional_field.create"
:gql-query="gqlQuery"
:gql-create-mutation="gqlCreateMutation"
:gql-patch-mutation="gqlPatchMutation"
......@@ -67,7 +67,7 @@ export default {
value: "fieldType",
},
{
text: this.$t("paweljong.event_additional_field.required"),
text: this.$t("paweljong.event_additional_field.required.form_field_name"),
value: "required",
},
{
......
......@@ -25,6 +25,7 @@
}
},
"event_additional_field": {
"create": "Create additional field for events",
"title": "Title",
"title_plural": "Additional Fields For Events",
"menu_title": "Additional Event Fields",
......@@ -44,6 +45,9 @@
"URLFIELD": "URL / Link"
},
"required": "Required",
"required": {
"form_field_name": "Required",
},
"help_text": "Helptext"
}
}
......
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