Skip to content

Commit

Permalink
Add translate context
Browse files Browse the repository at this point in the history
  • Loading branch information
mreishus committed Nov 4, 2020
1 parent 2eabe87 commit 564a4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/blocks/color-scheme-picker/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default function ( translate ) {
},
},
{
label: translate( 'Ectoplasm' ),
label: translate( 'Ectoplasm', { context: 'admin color scheme' } ),
value: 'ectoplasm',
thumbnail: {
cssClass: 'is-ectoplasm',
Expand Down

0 comments on commit 564a4e8

Please sign in to comment.