Skip to content

Commit

Permalink
Make template strings translateable
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed May 28, 2024
1 parent 779f2bf commit 1ddbc50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/block-editor/blocks/label-printing/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Edit({
[
'core/heading',
{
placeholder: 'Title',
placeholder: __('Label Title', 'label-printing'),
style: {
spacing: {
margin: {
Expand Down Expand Up @@ -85,7 +85,7 @@ export default function Edit({
[
'core/paragraph',
{
placeholder: 'Enter side content...',
placeholder: __('Enter label content...', 'label-printing'),
style: {
spacing: {
margin: {
Expand Down

0 comments on commit 1ddbc50

Please sign in to comment.