@@ -26,11 +27,19 @@
-
-
diff --git a/src/ui_ng/src/app/group/add-group-modal/add-group-modal.component.ts b/src/ui_ng/src/app/group/add-group-modal/add-group-modal.component.ts
index b6660c6dd..c6937cfe2 100644
--- a/src/ui_ng/src/app/group/add-group-modal/add-group-modal.component.ts
+++ b/src/ui_ng/src/app/group/add-group-modal/add-group-modal.component.ts
@@ -45,6 +45,10 @@ export class AddGroupModalComponent implements OnInit, OnDestroy {
let dnControl = this.groupForm.controls['ldap_group_dn'];
return dnControl && dnControl.invalid && (dnControl.dirty || dnControl.touched);
}
+ public get isNameInvalid(): boolean {
+ let dnControl = this.groupForm.controls['group_name'];
+ return dnControl && dnControl.invalid && (dnControl.dirty || dnControl.touched);
+ }
public get isFormValid(): boolean {
return this.groupForm.valid;
diff --git a/src/ui_ng/src/i18n/lang/en-us-lang.json b/src/ui_ng/src/i18n/lang/en-us-lang.json
index e3af91e5e..337cf00b1 100644
--- a/src/ui_ng/src/i18n/lang/en-us-lang.json
+++ b/src/ui_ng/src/i18n/lang/en-us-lang.json
@@ -487,7 +487,7 @@
"MAINTAINERS": "Maintainers",
"PULLS": "Pull Count",
"VERSION": "Version",
- "APP_VERSION": "App Version",
+ "APP_VERSION": "Application Version",
"INSTALL": "Install",
"INSTALL_CHART": "Install Chart",
"NAME": "Name",
diff --git a/src/ui_ng/src/i18n/lang/es-es-lang.json b/src/ui_ng/src/i18n/lang/es-es-lang.json
index b53abb19f..617cb86a1 100644
--- a/src/ui_ng/src/i18n/lang/es-es-lang.json
+++ b/src/ui_ng/src/i18n/lang/es-es-lang.json
@@ -486,7 +486,7 @@
"MAINTAINERS": "Maintainers",
"PULLS": "Pull Count",
"VERSION": "Version",
- "APP_VERSION": "App Version",
+ "APP_VERSION": "Application Version",
"INSTALL": "Install",
"INSTALL_CHART": "Install Chart",
"NAME": "Name",
diff --git a/src/ui_ng/src/i18n/lang/fr-fr-lang.json b/src/ui_ng/src/i18n/lang/fr-fr-lang.json
index 69e803b9b..de8361bb9 100644
--- a/src/ui_ng/src/i18n/lang/fr-fr-lang.json
+++ b/src/ui_ng/src/i18n/lang/fr-fr-lang.json
@@ -462,7 +462,7 @@
"MAINTAINERS": "Maintainers",
"PULLS": "Pull Count",
"VERSION": "Version",
- "APP_VERSION": "App Version",
+ "APP_VERSION": "Application Version",
"INSTALL": "Install",
"INSTALL_CHART": "Install Chart",
"NAME": "Name",