Corrected custom font field labels

This commit is contained in:
Hillel Coren 2016-01-07 09:34:26 +02:00
parent 77f9e89b40
commit ecad65c088

View File

@ -1027,8 +1027,8 @@ return array(
'saturday' => 'Saturday',
// Fonts
'header_font' => 'Header Font',
'body_font' => 'Body Font',
'header_font_id' => 'Header Font',
'body_font_id' => 'Body Font',
'color_font_help' => 'Note: the primary color and fonts are also used in the client portal and custom email designs.',
);