summaryrefslogtreecommitdiff
path: root/src/views/Health/EventLogs/EventLogs.vue
diff options
context:
space:
mode:
authorSukanya Pandey <sukapan1@in.ibm.com>2020-12-22 11:10:59 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2021-01-09 00:50:11 +0300
commit383571357baa54fd5c46de096349b7b0213a203e (patch)
tree0642edacd8d56d5fc562a465c33eab4b47baa06a /src/views/Health/EventLogs/EventLogs.vue
parent9fc88d6c53dd5e5909ec850e4206951bedaa1aa7 (diff)
downloadwebui-vue-383571357baa54fd5c46de096349b7b0213a203e.tar.xz
Add translated cancel title to all modals
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I24ea692467077eddc7a74b86a9ba56d49818404b
Diffstat (limited to 'src/views/Health/EventLogs/EventLogs.vue')
-rw-r--r--src/views/Health/EventLogs/EventLogs.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/views/Health/EventLogs/EventLogs.vue b/src/views/Health/EventLogs/EventLogs.vue
index b5ffd7a7..9bac163c 100644
--- a/src/views/Health/EventLogs/EventLogs.vue
+++ b/src/views/Health/EventLogs/EventLogs.vue
@@ -350,6 +350,7 @@ export default {
.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 @@ export default {
this.selectedRows.length
),
okTitle: this.$t('global.action.delete'),
+ cancelTitle: this.$t('global.action.cancel'),
}
)
.then((deleteConfirmed) => {