Skip to content

Commit 620a7fd

Browse files
committed
add button copy for editing
1 parent 332da27 commit 620a7fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/directives/components/newContainer/forms/configureNewServiceView.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ footer.modal-footer.clearfix
101101
)
102102
span(
103103
ng-if = "$root.featureFlags.composeNewService && NCC.state.repo"
104-
) {{ NCC.getNextStepText() }}
104+
) {{$root.featureFlags.composeEditing ? 'Save Changes' : 'NCC.getNextStepText()'}}
105105
span(
106106
ng-if = "NCC.state.templateSource"
107107
) Add Service

0 commit comments

Comments
 (0)