- {{ $ay.t("GenerateSampleData") }}
-
- Evaluation guide in manual Generate sample data Purchase licenses
- Contact support
+ {{ $ay.t("GenerateSampleData") }}
+ picklist of sizes
+ trigger button
@@ -79,6 +81,12 @@ export default {
key: "app:help",
data: "ay-evaluate"
});
+ },
+ supportLink() {
+ return (
+ "https://contact.ayanova.com/contact?dbid=" +
+ window.$gz.store.state.globalSettings.dbId
+ );
}
}
};
@@ -142,7 +150,8 @@ function fetchTranslatedText(vm) {
return window.$gz.translation.cacheTranslations([
"Welcome",
"GenerateSampleData",
- "EvaluationGuide"
+ "EvaluationGuide",
+ "HelpTechSupport"
]);
}