summaryrefslogtreecommitdiff
path: root/src/views/Control/RebootBmc/RebootBmc.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/Control/RebootBmc/RebootBmc.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/Control/RebootBmc/RebootBmc.vue')
-rw-r--r--src/views/Control/RebootBmc/RebootBmc.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/Control/RebootBmc/RebootBmc.vue b/src/views/Control/RebootBmc/RebootBmc.vue
index 03880b38..900619cd 100644
--- a/src/views/Control/RebootBmc/RebootBmc.vue
+++ b/src/views/Control/RebootBmc/RebootBmc.vue
@@ -64,6 +64,7 @@ export default {
.msgBoxConfirm(this.$t('pageRebootBmc.modal.confirmMessage'), {
title: this.$t('pageRebootBmc.modal.confirmTitle'),
okTitle: this.$t('global.action.confirm'),
+ cancelTitle: this.$t('global.action.cancel'),
})
.then((confirmed) => {
if (confirmed) this.rebootBmc();