Add translated cancel title to all modals

Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com>
Change-Id: I24ea692467077eddc7a74b86a9ba56d49818404b
diff --git a/src/views/AccessControl/Ldap/TableRoleGroups.vue b/src/views/AccessControl/Ldap/TableRoleGroups.vue
index b14c97a..9d05cea 100644
--- a/src/views/AccessControl/Ldap/TableRoleGroups.vue
+++ b/src/views/AccessControl/Ldap/TableRoleGroups.vue
@@ -192,6 +192,7 @@
           {
             title: this.$t('pageLdap.modal.deleteRoleGroup'),
             okTitle: this.$t('global.action.delete'),
+            cancelTitle: this.$t('global.action.cancel'),
           }
         )
         .then((deleteConfirmed) => {
@@ -221,6 +222,7 @@
               {
                 title: this.$t('pageLdap.modal.deleteRoleGroup'),
                 okTitle: this.$t('global.action.delete'),
+                cancelTitle: this.$t('global.action.cancel'),
               }
             )
             .then((deleteConfirmed) => {