mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-05 18:25:05 +00:00
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:
parent
e5d45b94c9
commit
c17c8e321c
@ -105,5 +105,5 @@ acrn-configurator
|
||||
#### Windows
|
||||
|
||||
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.
|
||||
|
@ -1,5 +1,5 @@
|
||||
<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"
|
||||
@cancel="cancel"
|
||||
@abort="cancel"
|
||||
|
Loading…
Reference in New Issue
Block a user