Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/js/processes/designer/Assets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down
7 changes: 6 additions & 1 deletion resources/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}