Skip to content

Commit

Permalink
Merge branch 'fix/missing_service_name' into 'main'
Browse files Browse the repository at this point in the history
fix missing title translation, see https://app.asana.com/0/1189032056725884/1204793306640107

See merge request pdir/klaro-consent-manager!25
  • Loading branch information
MDevster committed Jun 12, 2023
2 parents de4d395 + 5213b06 commit b72c17f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Types of changes
Security in case of vulnerabilities.
)

## [1.1.5](https://github.com/pdir/klaro-consent-manager/tree/1.1.5) – 2023-06-12

- [Fixed] missing title translation

## [1.1.4](https://github.com/pdir/klaro-consent-manager/tree/1.1.4) – 2023-05-02

- [Fixed] remove duplicate brace
Expand Down
1 change: 1 addition & 0 deletions src/Hooks/GeneratePageHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ static function ($service) use ($strServiceName) {
" :
"'{$tr['lang_code']}': {
description: '$strTrServiceDescription',
title: '$strTrService',
},
";
}
Expand Down

0 comments on commit b72c17f

Please sign in to comment.