Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/frontend/deploy/deployfromsettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<ng-messages for="ctrl.form.name.$error" role="alert" multiple>
<ng-message when="required">Application name is required.</ng-message>
<ng-message when="uniqueName">
Application with this name
already exists within namespace <i>{{ctrl.namespace}}</i>.
Replication controller or service with this name already exists within namespace
<i>{{ctrl.namespace}}</i>.
</ng-message>
<ng-message when="pattern">
Application name must start with a lowercase letter
Expand Down