[web] fix: wrong spelling (i18n)

This commit is contained in:
Vinicius Moreira
2021-12-15 13:54:56 -03:00
parent 388191d633
commit e841c4023b
3 changed files with 5 additions and 2 deletions

View File

@@ -23,6 +23,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- installation form title
### Fixes
- Web
- wrong spelling (i18n)
- UI
- crashing when resizing with floats instead of integers [#216](https://github.com/vinifmor/bauh/issues/216)
- crashing when using floats for spinner components [#217](https://github.com/vinifmor/bauh/issues/217)

View File

@@ -8,7 +8,7 @@ web.custom_action.install_app=Install Web application
web.custom_action.install_app.invalid_url=The address {url} could not be found. It is not possible to finish the installation.
web.custom_action.install_app.status=Installing Web application
web.env.checking=Checking the Web installation environment
web.env.error=It seems there are issues with the Web installation environment. It wil not be possible to install {}.
web.env.error=It seems there are issues with the Web installation environment. It will not be possible to install {}.
web.environment.install=Installing {}
web.info.01_url=URL
web.info.02_description=description

View File

@@ -8,7 +8,7 @@ web.custom_action.install_app=Install Web application
web.custom_action.install_app.invalid_url=The address {url} could not be found. It is not possible to finish the installation.
web.custom_action.install_app.status=Installing Web application
web.env.checking=Checking the Web installation environment
web.env.error=It seems there are issues with the Web installation environment. It wil not be possible to install {}.
web.env.error=It seems there are issues with the Web installation environment. It will not be possible to install {}.
web.environment.install=Installing {}
web.info.01_url=URL
web.info.02_description=description