Skip to content

Commit a394eaf

Browse files
committed
Merge pull request #498 from maciaszczykm/validation-msgs
Update validation message
2 parents 24b3712 + fae58c6 commit a394eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/frontend/deploy/deployfromsettings.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<ng-messages for="ctrl.form.name.$error" role="alert" multiple>
2929
<ng-message when="required">Application name is required.</ng-message>
3030
<ng-message when="uniqueName">
31-
Application with this name
32-
already exists within namespace <i>{{ctrl.namespace}}</i>.
31+
Replication controller or service with this name already exists within namespace
32+
<i>{{ctrl.namespace}}</i>.
3333
</ng-message>
3434
<ng-message when="pattern">
3535
Application name must start with a lowercase letter

0 commit comments

Comments
 (0)