afform_gui - Tweak nav label
authorTim Otten <totten@civicrm.org>
Tue, 10 Dec 2019 21:07:35 +0000 (13:07 -0800)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:20 +0000 (19:13 -0700)
ext/afform/gui/CRM/AfformGui/Upgrader.php

index ce85f6b6cfd7069959d189304681a4d7bf569535..5959224578fda25c17abfac3bd9e31999b5e0c13 100644 (file)
@@ -22,7 +22,7 @@ class CRM_AfformGui_Upgrader extends CRM_AfformGui_Upgrader_Base {
       if (!$existing) {
         civicrm_api3('Navigation', 'create', [
           'parent_id' => 'Customize Data and Screens',
-          'label' => ts('Afforms'),
+          'label' => ts('Forms'),
           'weight' => 1,
           'name' => 'afform_gui',
           'permission' => 'administer CiviCRM',