config-tools: change dialog box message

Change dialog box message when click "Use a Different Board" button.

Tracked-On: #7532
Signed-off-by: Conghui <conghui.chen@intel.com>
This commit is contained in:
Conghui 2022-05-22 22:22:51 +08:00 committed by acrnsi-robot
parent 59ec4cf6c2
commit 38905c663f

View File

@ -1,5 +1,5 @@
<template> <template>
<b-modal title="Board XML overwrite!!" fade <b-modal title="Board XML overwrite" fade
v-model="showModal" v-model="showModal"
@cancel="cancel" @cancel="cancel"
@abort="cancel" @abort="cancel"
@ -8,8 +8,9 @@
@submit="overWrite" @submit="overWrite"
> >
<div> <div>
<p>If you continue, the board XML file in the working folder will be replaced:</p> <p><b>Are you sure you want to overwrite the board XML file in this working folder?</b></p>
<p align="center">{{this.$parent.currentSelectedBoard}}</p> <p>If you continue, the board XML file in the following working folder will be overwritten:</p>
<p>{{this.$parent.currentSelectedBoard}}</p>
<p>(You may need to change your configuration settings to be compatible with the new board XML file.)</p> <p>(You may need to change your configuration settings to be compatible with the new board XML file.)</p>
</div> </div>
</b-modal> </b-modal>