Skip to content

Commit

Permalink
Fixed copy for flow params terminology.
Browse files Browse the repository at this point in the history
- 'Input params' to: 'Flow params'
- 'Map input params' to 'Map flow params'
  • Loading branch information
fcastill committed Nov 20, 2017
1 parent 6773345 commit 2de98c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class="flogo-icon-settings trigger_menu-icon"></i>{{"TRIGGER-MENU:CONFIGURE" | translate}}
</li>
<li class="list-group-item trigger_menu-item" (click)="openTriggerMapper(trigger)"><i
class="fa fa-bolt trigger_menu-icon"></i>{{"TRIGGER-MENU:MAP-TO-INPUTS" | translate}}
class="fa fa-bolt trigger_menu-icon"></i>{{"TRIGGER-MENU:MAP-TO-FLOW-PARAMS" | translate}}
</li>
<li class="list-group-item trigger_menu-item" (click)="deleteHandlerForTrigger(trigger.id)"><i
class="flogo-icon-delete trigger_menu-icon"></i>{{"TRIGGER-MENU:DELETE" | translate}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="schema-button"
[class.--is-configured]="flowMetadata?.input?.length > 0 || flowMetadata?.output?.length > 0">
<i class="flogo-icon flogo-icon-input-params schema-button__icon"></i>
<span>{{ 'CANVAS:INPUT-PARAMS' | translate }}</span>
<span>{{ 'CANVAS:FLOW-PARAMS' | translate }}</span>
</div>
4 changes: 2 additions & 2 deletions src/client/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"CANVAS:COPY": "Make a copy",
"CANVAS:DARWIN-OSX": "Darwin/OSX",
"CANVAS:DELETE": "Delete",
"CANVAS:INPUT-PARAMS": "Input params",
"CANVAS:FLOW-PARAMS": "Flow params",
"CANVAS:FLOW-NAME-EXISTS":"Flow with name {{value}} exists, please choose another name.",
"CANVAS:ERROR-GETTING-FLOW-NAME": "Error getting flow name",
"CANVAS:ERROR-MESSAGE-FAILED": "Flow has failed with error code 700",
Expand All @@ -66,7 +66,7 @@
"CANVAS:SUCCESS-MESSAGE-UPDATE": "Update flow's {{value}} successfully!",
"CANVAS:X86-LINUX": "x86/Linux",
"TRIGGER-MENU:CONFIGURE": "Configure",
"TRIGGER-MENU:MAP-TO-INPUTS": "Map to input params",
"TRIGGER-MENU:MAP-TO-FLOW-PARAMS": "Map flow params",
"TRIGGER-MENU:DELETE": "Delete",
"CATEGORY-SELECTOR:CATEGORY": "CATEGORY",
"DETAILS:ADD-DESCRIPTION": "Add description",
Expand Down

0 comments on commit 2de98c2

Please sign in to comment.