From 11e29ce9b3bf12ce9d00b4e33b02294fb1ab0427 Mon Sep 17 00:00:00 2001 From: champsupertramp Date: Wed, 6 Jul 2016 20:07:19 +0800 Subject: [PATCH] Fix typo in account settings --- um-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/um-config.php b/um-config.php index 3a02ed44..452c6f7f 100644 --- a/um-config.php +++ b/um-config.php @@ -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' ),