← All changes
|
includes/Extensions/BitIntegrations/BitIntegrationsEmailSubscription.php
+4
-4
3.2.11
→
trunk
View file →
| @@ -26,11 +26,11 @@ | ||
| 26 | 26 | |
| 27 | 27 | public $priority = 15; |
| 28 | 28 | public $id = 'bitintegrations_email_subscription'; |
| 29 | 29 | public $img = NOTIFICATIONX_ADMIN_URL . 'images/extensions/sources/bit-integrations.png'; |
| 30 | - // public $doc_link = 'https://notificationx.com/docs/bitintegration-notification-alert/'; | |
| 30 | + public $doc_link = 'https://notificationx.com/docs/bit-integrations-notification-alert/'; | |
| 31 | 31 | public $types = 'email_subscription'; |
| 32 | - public $module = 'modules_bitintegration'; | |
| 32 | + public $module = 'modules_bitintegrations'; | |
| 33 | 33 | public $module_priority = 16; |
| 34 | 34 | public $class = 'BitApps\Integrations\Config'; |
| 35 | 35 | |
| 36 | 36 | /** |
| @@ -41,10 +41,10 @@ | ||
| 41 | 41 | } |
| 42 | 42 | |
| 43 | 43 | public function init_extension() |
| 44 | 44 | { |
| 45 | - $this->title = __('BitIntegrations', 'notificationx'); | |
| 46 | - $this->module_title = __('BitIntegrations', 'notificationx'); | |
| 45 | + $this->title = __('Bit Integrations', 'notificationx'); | |
| 46 | + $this->module_title = __('Bit Integrations', 'notificationx'); | |
| 47 | 47 | } |
| 48 | 48 | |
| 49 | 49 | /** |
| 50 | 50 | * Get data for BitIntegrations Extension. |