From ffdbc579acc526a3d97eabc3444d40f59a456c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Moitti=C3=A9?= Date: Tue, 20 Aug 2024 14:15:17 +0200 Subject: [PATCH] Fix wrong i18n configuration key --- changelog.md | 6 ++++++ src/models/GithubActionConfiguration.js | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 5272955..9645181 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,12 @@ 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) +## [Unreleased] + +### Fixed + +- Fix wrong i18n configuration key. + ## [0.5.1] - 2024/08/20 ## Changed diff --git a/src/models/GithubActionConfiguration.js b/src/models/GithubActionConfiguration.js index 6260ce6..f30a2b2 100644 --- a/src/models/GithubActionConfiguration.js +++ b/src/models/GithubActionConfiguration.js @@ -48,7 +48,7 @@ class GithubActionConfiguration extends DefaultConfiguration { margin: 15, gap: 50, }, - i18N: { + i18n: { 'en-US': { displayName: 'GitHub Action', },