Skip to content

Commit

Permalink
Merge pull request #75 from ditrit/bugfix/i18n_configuration
Browse files Browse the repository at this point in the history
Fix wrong i18n configuration key
  • Loading branch information
Zorin95670 authored Aug 20, 2024
2 parents 5ef7e1d + ffdbc57 commit 74fd814
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/models/GithubActionConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class GithubActionConfiguration extends DefaultConfiguration {
margin: 15,
gap: 50,
},
i18N: {
i18n: {
'en-US': {
displayName: 'GitHub Action',
},
Expand Down

0 comments on commit 74fd814

Please sign in to comment.