mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-13 11:46:27 +09:00
Fix typo in account settings
This commit is contained in:
+1
-1
@@ -322,7 +322,7 @@ $this->sections[] = array(
|
||||
'type' => 'switch',
|
||||
'title' => __( 'Require First & Last Name','ultimatemember' ),
|
||||
'default' => 1,
|
||||
'desc' => __('Require first and laste name?','ultimatemember'),
|
||||
'desc' => __('Require first and last name?','ultimatemember'),
|
||||
'on' => __('On','ultimatemember'),
|
||||
'off' => __('Off','ultimatemember'),
|
||||
'required' => array( 'account_name', '=', '1' ),
|
||||
|
||||
Reference in New Issue
Block a user