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
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<template>
<b-modal title="Board XML overwrite!!" fade
<b-modal title="Board XML overwrite" fade
v-model="showModal"
@cancel="cancel"
@abort="cancel"
@ -8,8 +8,9 @@
@submit="overWrite"
>
<div>
<p>If you continue, the board XML file in the working folder will be replaced:</p>
<p align="center">{{this.$parent.currentSelectedBoard}}</p>
<p><b>Are you sure you want to overwrite the board XML file in this working folder?</b></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>
</div>
</b-modal>