### Hi there
Firstly download the Nitro latest version
<a href="https://git.krews.org/nitro/nitro-client/-/tree/dev" target="_blank">**DEV Branch**</a> files and import the flash ui src fileSince some parts in Flash UI work with **jQuery**, you need to install it.
To **jQuery** install it, please go to the main directory in the file named nitro-client-dev and open cmd, then type
`npm install jquery --save`
in the command prompt and wait. (This will take a short time)
To change the articles in the hotel view, please open the **ExternalTexts.json** and customize the articles by adding the codes below.
"hotel.view.header.1": "header text 1",
"hotel.view.header.2": "header text 2",
"hotel.view.header.3": "header text 3",
"hotel.view.header.4": "header text 4",
"hotel.view.description.1": "description text 1",
"hotel.view.description.2": "description text 2",
"hotel.view.description.3": "description text 3",
"hotel.view.description.4": "description text 4",
"hotel.view.button.1": "button text 1",
"hotel.view.button.2": "button text 2",
"hotel.view.button.3": "button text 3",
"hotel.view.button.4": "button text 4"