@@ -315,25 +315,25 @@ public function templateDirectiveDataProvider()
315
315
Area::AREA_FRONTEND ,
316
316
TemplateTypesInterface::TYPE_HTML ,
317
317
'{{template config_path="customer/create_account/email_template"}} ' ,
318
- '<b >customer_create_account_email_template template from Vendor/custom_theme</b > ' ,
318
+ '<strong >customer_create_account_email_template template from Vendor/custom_theme</strong > ' ,
319
319
],
320
320
'Template from parent theme - frontend ' => [
321
321
Area::AREA_FRONTEND ,
322
322
TemplateTypesInterface::TYPE_HTML ,
323
323
'{{template config_path="customer/create_account/email_confirmation_template"}} ' ,
324
- '<b >customer_create_account_email_confirmation_template template from Vendor/default</b> ' ,
324
+ '<strong >customer_create_account_email_confirmation_template template from Vendor/default</strong ' ,
325
325
],
326
326
'Template from grandparent theme - frontend ' => [
327
327
Area::AREA_FRONTEND ,
328
328
TemplateTypesInterface::TYPE_HTML ,
329
329
'{{template config_path="customer/create_account/email_confirmed_template"}} ' ,
330
- '<b >customer_create_account_email_confirmed_template template from Magento/default</b> ' ,
330
+ '<strong >customer_create_account_email_confirmed_template template from Magento/default</strong ' ,
331
331
],
332
332
'Template from grandparent theme - adminhtml ' => [
333
333
BackendFrontNameResolver::AREA_CODE ,
334
334
TemplateTypesInterface::TYPE_HTML ,
335
335
'{{template config_path="catalog/productalert_cron/error_email_template"}} ' ,
336
- '<b >catalog_productalert_cron_error_email_template template from Magento/default</b> ' ,
336
+ '<strong >catalog_productalert_cron_error_email_template template from Magento/default</strong ' ,
337
337
null ,
338
338
null ,
339
339
true ,
0 commit comments