Skip to content

Commit

Permalink
Fix PHPStan reported issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rungta committed Apr 13, 2024
1 parent e1ef34f commit ab61338
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Release notes for the Cryptographer Craft CMS plugin.



## Unreleased

### Fixed
- Fixed incorrect translation category for the plugin’s Twig extension name.



## 1.1.0 - 2022-07-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/twigextensions/CryptographerTwigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class CryptographerTwigExtension extends AbstractExtension
{
public function getName()
{
return Craft::t('Cryptographer');
return Craft::t('cryptographer', 'Cryptographer');
}

public function getFilters()
Expand Down

0 comments on commit ab61338

Please sign in to comment.