{ createInterpolateElement(
isAppleOS()
? __(
@@ -109,12 +118,18 @@ export default function TablePlaceholder( { setAttributes }: Props ) {
),
{ code:
}
) }
-
-
+
- { __( 'Preview', 'flexible-table-block' ) }
+
+ { __( 'Preview', 'flexible-table-block' ) }
+
{ rowCount && colCount && (
{ headerSection && (
@@ -154,9 +169,9 @@ export default function TablePlaceholder( { setAttributes }: Props ) {
) }
) }
-
-
+
+
);
}