Skip to content

Commit

Permalink
change Icon and help text
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed Aug 14, 2023
1 parent 7863cec commit a796df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/data/actionsInformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
viewDetails: "View Details",
continueWorkflow: "Continue",
cancelExecution: "Cancel Execution",
viewPlans: "Create/View Analysis Plans",
viewPlans: "Add/View Analysis Plans",
delete: "Delete",
actions: {
VIEW_DETAILS: "viewDetails",
Expand All @@ -12,7 +12,7 @@ export default {
},
icons: {
viewDetails: "mdi-eye",
viewPlans: "mdi-notebook",
viewPlans: "mdi-notebook-plus",
continueWorkflow: "mdi-arrow-right",
cancelExecution: "mdi-cancel",
delete: "mdi-delete"
Expand Down

0 comments on commit a796df2

Please sign in to comment.