Skip to content

Commit 3c5a9d8

Browse files
Merge pull request #2203 from CodeNow/text-fix
Typo fix
2 parents ee9aee2 + 6fc09bb commit 3c5a9d8

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-
) {{$root.featureFlags.composeEditing ? 'Save Changes' : '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)