From ecad65c088e65675508e9d725470ecea0b4ecf21 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 7 Jan 2016 09:34:26 +0200 Subject: [PATCH] Corrected custom font field labels --- resources/lang/en/texts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 478705fd4b3e..3b1582a3df20 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -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.', ); \ No newline at end of file