Skip to content

Commit 9cc731b

Browse files
committed
Fix missing translation in edit component
1 parent 84ba81a commit 9cc731b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocks/shared-block/edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export default function Edit( { attributes, setAttributes } ) {
141141
) : (
142142
<Placeholder
143143
icon={ BlockIcon }
144-
label="Bloc partagé"
144+
label={ __( 'Shared Block', 'multisite-shared-blocks' ) }
145145
instructions={ getPlaceholderLabel( display ) }
146146
className={ 'shared-block-placeholder' }
147147
>

0 commit comments

Comments
 (0)