We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24b3712 + fae58c6 commit a394eafCopy full SHA for a394eaf
src/app/frontend/deploy/deployfromsettings.html
@@ -28,8 +28,8 @@
28
<ng-messages for="ctrl.form.name.$error" role="alert" multiple>
29
<ng-message when="required">Application name is required.</ng-message>
30
<ng-message when="uniqueName">
31
- Application with this name
32
- already exists within namespace <i>{{ctrl.namespace}}</i>.
+ Replication controller or service with this name already exists within namespace
+ <i>{{ctrl.namespace}}</i>.
33
</ng-message>
34
<ng-message when="pattern">
35
Application name must start with a lowercase letter
0 commit comments