You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<span>{__('These blocks can be enabled in the Stackable settings page. Do you want to keep the disabled blocks or substitute them with other Stackable or core blocks?',i18n)}</span>
318
334
</div>
319
335
<Flexdirection="column"align="flex-end">
320
-
<Button
321
-
__next40pxDefaultSize
322
-
variant="tertiary"
323
-
onClick={()=>onClickTertiary()}
324
-
>
325
-
{__('Visit the settings page and enable the blocks',i18n)}
326
-
</Button>
327
336
<Button
328
337
__next40pxDefaultSize
329
338
variant="primary"
330
339
onClick={()=>onClickPrimary()}
331
340
>
332
-
{__('Add patterns and substitute missing blocks',i18n)}
341
+
{__('Add patterns and substitute blocks',i18n)}
333
342
</Button>
334
343
<Button
335
344
__next40pxDefaultSize
336
345
variant="secondary"
337
346
onClick={()=>onClickSecondary()}
338
347
>
339
-
{__('Add patterns without substituting missing blocks',i18n)}
0 commit comments