OpenLDAP and Active Directory is taken from translation file
- OpenLDAP and Active Directory were hardcoded in the file, Hence, now, it is taken from the
translation file in this commit.
Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com>
Change-Id: Iebf557fbb20842878cce34c7f2969031af1765dd
diff --git a/src/views/SecurityAndAccess/Ldap/Ldap.vue b/src/views/SecurityAndAccess/Ldap/Ldap.vue
index 1f2108d..9d62da3 100644
--- a/src/views/SecurityAndAccess/Ldap/Ldap.vue
+++ b/src/views/SecurityAndAccess/Ldap/Ldap.vue
@@ -78,7 +78,7 @@
:value="false"
@change="onChangeServiceType"
>
- OpenLDAP
+ {{ $t('pageLdap.form.openLDAP') }}
</b-form-radio>
<b-form-radio
v-model="form.activeDirectoryEnabled"
@@ -86,7 +86,7 @@
:value="true"
@change="onChangeServiceType"
>
- Active Directory
+ {{ $t('pageLdap.form.activeDirectory') }}
</b-form-radio>
</b-form-group>
</b-col>