Skip to content

Commit

Permalink
Pull in “Required” translation
Browse files Browse the repository at this point in the history
Fixes #13230

[ci skip]
  • Loading branch information
brandonkelly committed May 23, 2023
1 parent 2362dcc commit cd0ea77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Fixed a styling issue with “Post Date” and “Expiry Date” fields. ([#13216](https://github.com/craftcms/cms/issues/13216))
- Removed the OAuth 2.0 Client library, as it’s no longer used in core.
- Fixed a bug where activation emails sent to newly-created users could link to the front-end site, if they were granted control panel access via a user group. ([#13204](https://github.com/craftcms/cms/issues/13204))
- Fixed a bug where “Required” lightswitch labels within field layout designers’ field settings slideouts weren’t getting translated. ([#13230](https://github.com/craftcms/cms/issues/13230))
- Fixed two XSS vulnerabilities.

## 4.4.11 - 2023-05-15
Expand Down
1 change: 1 addition & 0 deletions src/web/assets/cp/CpAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ private function _registerTranslations(View $view): void
'Reorder',
'Replace it',
'Replace the folder (all existing files will be deleted)',
'Required',
'Rotate',
'Row could not be added. Maximum number of rows reached.',
'Row could not be deleted. Minimum number of rows reached.',
Expand Down

0 comments on commit cd0ea77

Please sign in to comment.