config-tools: fix typos of UI and README

1. In the title "Create a new Scenario", capitalize the "N" in "new".
2. Fix the file path to the installer.

Tracked-On: #8137
Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
Yang,Yu-chu 2022-09-07 10:47:02 -07:00 committed by acrnsi-robot
parent e5d45b94c9
commit c17c8e321c
2 changed files with 2 additions and 2 deletions

View File

@ -105,5 +105,5 @@ acrn-configurator
#### Windows #### Windows
You can find installer under the You can find installer under the
`misc\config_tools\configurator\src-tauri\target\release\bundle\msi` `misc\config_tools\configurator\packages\configurator\src-tauri\target\release\bundle\msi`
directory, the installer in the folder. directory, the installer in the folder.

View File

@ -1,5 +1,5 @@
<template> <template>
<b-modal id="newScenarioModal" size="xl" title="Create a new Scenario" fade no-close-on-backdrop <b-modal id="newScenarioModal" size="xl" title="Create a New Scenario" fade no-close-on-backdrop
v-model="showModal" v-model="showModal"
@cancel="cancel" @cancel="cancel"
@abort="cancel" @abort="cancel"