提交 a394eafb 编写于 作者: P Piotr Bryk

Merge pull request #498 from maciaszczykm/validation-msgs

Update validation message
......@@ -28,8 +28,8 @@ limitations under the License.
<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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册