Skip to content

Commit

Permalink
Update SystemConfig.php
Browse files Browse the repository at this point in the history
Co-authored-by: Arun Philip <[email protected]>
  • Loading branch information
DawoudIO and DAcodedBEAT authored Sep 12, 2024
1 parent f4df471 commit fd5ba02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ChurchCRM/dto/SystemConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
],
];
}
Expand Down

0 comments on commit fd5ba02

Please sign in to comment.