Add translated cancel title to all modals
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com>
Change-Id: I24ea692467077eddc7a74b86a9ba56d49818404b
diff --git a/src/views/Health/EventLogs/EventLogs.vue b/src/views/Health/EventLogs/EventLogs.vue
index b5ffd7a..9bac163 100644
--- a/src/views/Health/EventLogs/EventLogs.vue
+++ b/src/views/Health/EventLogs/EventLogs.vue
@@ -350,6 +350,7 @@
.msgBoxConfirm(this.$tc('pageEventLogs.modal.deleteMessage'), {
title: this.$tc('pageEventLogs.modal.deleteTitle'),
okTitle: this.$t('global.action.delete'),
+ cancelTitle: this.$t('global.action.cancel'),
})
.then((deleteConfirmed) => {
if (deleteConfirmed) this.deleteLogs([uri]);
@@ -371,6 +372,7 @@
this.selectedRows.length
),
okTitle: this.$t('global.action.delete'),
+ cancelTitle: this.$t('global.action.cancel'),
}
)
.then((deleteConfirmed) => {