Skip to content

Commit

Permalink
Fix: Made string translatable in inspector.js file (#7374)
Browse files Browse the repository at this point in the history
  • Loading branch information
DAnn2012 authored Apr 29, 2024
1 parent 2e2dd31 commit e367b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/donation-form-grid/edit/inspector.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ const Inspector = ({attributes, setAttributes}) => {
</PanelBody>
</Panel>
<PanelColorSettings
title={ __( 'Color Settings' ) }
title={ __( 'Color Settings', 'give' ) }
colorSettings={ [
{
value: tagBackgroundColor
Expand Down

0 comments on commit e367b3f

Please sign in to comment.