This commit is contained in:
2019-12-20 21:41:17 +00:00
parent 020fc9a02b
commit 37d3b73566
5 changed files with 13 additions and 14 deletions

View File

@@ -205,7 +205,7 @@ export default {
isMain: false,
icon: "fa-info-circle",
title: window.$gz.locale.get("HelpAboutAyaNova"),
helpUrl: "user-form-about",
helpUrl: "form-ay-about",
menuItems: [
{
title: window.$gz.locale.get("Copy"),

View File

@@ -318,7 +318,7 @@ function generateMenu(vm) {
isMain: false,
icon: "fa-sliders-h",
title: window.$gz.locale.get("Customize"),
helpUrl: "user-form-customize",
helpUrl: "form-ay-customize",
formData: {
formKey: FORM_KEY,
ayaType: window.$gz.type.FormCustom,