From fd5ba027efc3da67ea6164668b5ba4a5ead46f6d Mon Sep 17 00:00:00 2001 From: George Dawoud Date: Thu, 12 Sep 2024 10:01:53 -0700 Subject: [PATCH] Update SystemConfig.php Co-authored-by: Arun Philip --- src/ChurchCRM/dto/SystemConfig.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ChurchCRM/dto/SystemConfig.php b/src/ChurchCRM/dto/SystemConfig.php index b7a2dfb1b6..361f8fe1b6 100644 --- a/src/ChurchCRM/dto/SystemConfig.php +++ b/src/ChurchCRM/dto/SystemConfig.php @@ -85,8 +85,8 @@ public static function getInitialStyleChoices(): array { return [ 'Choices' => [ - gettext('One character from FirstName and one character from LastName') . ':0', - gettext('Two characters from FirstName') . ':1', + gettext('One character from FirstName and one character from LastName') => 0, + gettext('Two characters from FirstName') => 1, ], ]; }