diff --git a/resources/js/processes/designer/Assets.vue b/resources/js/processes/designer/Assets.vue index 9e236122fa..0df3d54da8 100644 --- a/resources/js/processes/designer/Assets.vue +++ b/resources/js/processes/designer/Assets.vue @@ -166,8 +166,8 @@ export default { color: "#556271", image_icon: require("../../../img/flowGenieIcon.svg"), asset_name: "FlowGenie", - asset_name_all: `${this.$t("View All")} Genies`, - asset_name_new: `${this.$t("New")} Genie`, + asset_name_all: "View All Genies", + asset_name_new: "New Genie", urlPath: "/designer/flow-genies", urlAsset: "/designer/flow-genies?create=true", }, diff --git a/resources/lang/en.json b/resources/lang/en.json index e67e6ffa78..5e165f2ce3 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -2432,5 +2432,10 @@ "No Case to Start": "No Case to Start", "No Cases to Show": "No Cases to Show", "Drafts": "Drafts", - "An error ocurred, please check the PI process file and try again.": "An error ocurred, please check the PI process file and try again." + "An error ocurred, please check the PI process file and try again.": "An error ocurred, please check the PI process file and try again.", + "New": "New", + "New Genie": "New Genie", + "View All Genies": "View All Genies", + "View All Collections": "View All Collections", + "Collapse sidebar": "Collapse sidebar" }