diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e56a4c53..1a123e4bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.199.0 - 27.09.2022 +## 1.199.1 - 27.09.2022 ### Added diff --git a/apps/api/src/app/frontend.middleware.ts b/apps/api/src/app/frontend.middleware.ts index c49560c3a..ccf6ca05c 100644 --- a/apps/api/src/app/frontend.middleware.ts +++ b/apps/api/src/app/frontend.middleware.ts @@ -78,7 +78,7 @@ export class FrontendMiddleware implements NestMiddleware { ); } else if (req.path === '/es' || req.path.startsWith('/es/')) { res.send( - this.interpolate(this.indexHtmlIt, { + this.interpolate(this.indexHtmlEs, { featureGraphicPath, languageCode: 'es', path: req.path, diff --git a/package.json b/package.json index d8cbe5e6e..8b37a47e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghostfolio", - "version": "1.199.0", + "version": "1.199.1", "homepage": "https://ghostfol.io", "license": "AGPL-3.0", "scripts": {