From 3f3ca42c69b1f48625be6bd64e5fc5cbe35674fa Mon Sep 17 00:00:00 2001 From: Quentin Date: Tue, 31 Dec 2024 17:11:26 +0100 Subject: [PATCH 1/4] Typo: need=>needs --- .../docker/templates/docker/jhipster-control-center.yml.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/docker/templates/docker/jhipster-control-center.yml.ejs b/generators/docker/templates/docker/jhipster-control-center.yml.ejs index af250ba38b99..ce20adbe2db8 100644 --- a/generators/docker/templates/docker/jhipster-control-center.yml.ejs +++ b/generators/docker/templates/docker/jhipster-control-center.yml.ejs @@ -43,7 +43,7 @@ #### IMPORTANT # If you choose Consul or Eureka mode: # Do not forget to remove the prefix "127.0.0.1" in front of their port in order to expose them. -# This is required because JHCC need to communicate with Consul or Eureka. +# This is required because JHCC needs to communicate with Consul or Eureka. # - In Consul mode, the ports are in the consul.yml file. # - In Eureka mode, the ports are in the jhipster-registry.yml file. From 9257b34daa7e4e82ea817d201d8e6025d41236ef Mon Sep 17 00:00:00 2001 From: Quentin Date: Tue, 31 Dec 2024 17:15:02 +0100 Subject: [PATCH 2/4] Fix: multiple space --- generators/angular/templates/webpack/webpack.custom.js.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/angular/templates/webpack/webpack.custom.js.ejs b/generators/angular/templates/webpack/webpack.custom.js.ejs index e125f6a06526..03c0ff932e78 100644 --- a/generators/angular/templates/webpack/webpack.custom.js.ejs +++ b/generators/angular/templates/webpack/webpack.custom.js.ejs @@ -72,7 +72,7 @@ module.exports = async (config, options, targetOptions) => { target: `http${tls ? 's' : ''}://localhost:${targetOptions.target === 'serve' ? '<%= devServerPort %>' : '<%= applicationTypeMicroservice ? gatewayServerPort : serverPort %>'}`, ws: true, proxyOptions: { - changeOrigin: false, //pass the Host header to the backend unchanged https://github.com/Browsersync/browser-sync/issues/430 + changeOrigin: false, //pass the Host header to the backend unchanged https://github.com/Browsersync/browser-sync/issues/430 }, proxyReq: [ function (proxyReq) { From d8b77c789d54d74fc5a904a9feec58a7a209bf00 Mon Sep 17 00:00:00 2001 From: Quentin Date: Tue, 31 Dec 2024 17:15:12 +0100 Subject: [PATCH 3/4] Fix: multiple space --- generators/react/templates/webpack/webpack.dev.js.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/react/templates/webpack/webpack.dev.js.ejs b/generators/react/templates/webpack/webpack.dev.js.ejs index 51dd125f8cab..64c6745efa3c 100644 --- a/generators/react/templates/webpack/webpack.dev.js.ejs +++ b/generators/react/templates/webpack/webpack.dev.js.ejs @@ -120,7 +120,7 @@ module.exports = async (options) => webpackMerge(await commonConfig({ env: ENV } target: `http${options.tls ? 's' : ''}://localhost:${options.watch ? '<%= applicationTypeMicroservice ? gatewayServerPort : serverPort %>' : '<%= devServerPort %>'}`, ws: true, proxyOptions: { - changeOrigin: false //pass the Host header to the backend unchanged https://github.com/Browsersync/browser-sync/issues/430 + changeOrigin: false //pass the Host header to the backend unchanged https://github.com/Browsersync/browser-sync/issues/430 } }, socket: { From 954e5ac2b00bef0ad54e71f8ee179eefe908b1d3 Mon Sep 17 00:00:00 2001 From: Quentin Date: Tue, 31 Dec 2024 17:20:09 +0100 Subject: [PATCH 4/4] =?UTF-8?q?Typo:=20r=C3=A9initilisation=3D>r=C3=A9init?= =?UTF-8?q?ialisation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../languages/templates/src/main/webapp/i18n/fr/reset.json.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/languages/templates/src/main/webapp/i18n/fr/reset.json.ejs b/generators/languages/templates/src/main/webapp/i18n/fr/reset.json.ejs index 4d7c21d7254e..621646b6044c 100644 --- a/generators/languages/templates/src/main/webapp/i18n/fr/reset.json.ejs +++ b/generators/languages/templates/src/main/webapp/i18n/fr/reset.json.ejs @@ -36,7 +36,7 @@ "messages": { "info": "Choisir un nouveau mot de passe", "success": "Votre mot de passe a été réinitialisé. Merci de ", - "keymissing": "La clef de réinitilisation est manquante", + "keymissing": "La clef de réinitialisation est manquante", "error": "Votre mot de passe n'a pas pu être réinitialisé. La demande de réinitialisation n'est valable que 24 heures." } }