diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d47cce..9807671b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/bauh/gems/web/resources/locale/ca b/bauh/gems/web/resources/locale/ca index 6e572397..bac1f9da 100644 --- a/bauh/gems/web/resources/locale/ca +++ b/bauh/gems/web/resources/locale/ca @@ -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 diff --git a/bauh/gems/web/resources/locale/en b/bauh/gems/web/resources/locale/en index 6e269f7d..432c6d3a 100644 --- a/bauh/gems/web/resources/locale/en +++ b/bauh/gems/web/resources/locale/en @@ -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