changing 'add new' to 'add' for the summary widget dashboard add new button
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 17 Oct 2018 14:58:24 +0000 (10:58 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 17 Oct 2018 14:58:24 +0000 (10:58 -0400)
setup/adminHooks.php

index 7a3e685..ff2d673 100644 (file)
@@ -187,7 +187,7 @@ add_filter(
                     'template'  => 'buttons',
                     'buttons'   => [
                         'add-event' => [
-                            'content'       => 'Add Contact',
+                            'content'       => 'Add',
                             'url'           => $contactsIndexPage . "&option=create",
                             'classes'       => '',
                             'styles'        => '',