Update general.php
fixed typo
This commit is contained in:
parent
20c9ae5818
commit
0c1a1de2a2
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
||||||
'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
|
'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
|
||||||
'first' => 'First',
|
'first' => 'First',
|
||||||
'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
|
'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
|
||||||
'lastname_firstinitial' => 'Last Name First Initial (smith_f@example.com)',
|
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
|
||||||
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)', 'first' => 'First',
|
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)', 'first' => 'First',
|
||||||
'first_name' => 'First Name',
|
'first_name' => 'First Name',
|
||||||
'first_name_format' => 'First Name (jane@example.com)',
|
'first_name_format' => 'First Name (jane@example.com)',
|
||||||
|
|
Loading…
Add table
Reference in a new issue