← All changes
|
includes/Extensions/CustomNotification/CustomNotificationConversions.php
+1
-0
3.2.7
→
trunk
View file →
| @@ -64,8 +64,9 @@ | ||
| 64 | 64 | return 'Hello From Custom Notification'; |
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 67 | public function doc(){ |
| 68 | + /* translators: %1$s: documentation link URL, %2$s: video tutorial link URL, %3$s: Display Custom Notification Alerts link URL */ | |
| 68 | 69 | return sprintf(__('<p>You can make custom notification for its all types of campaign. For further assistance, check out our step by step <a target="_blank" href="%1$s">documentation</a>.</p> |
| 69 | 70 | <p>🎦 Watch <a target="_blank" href="%2$s">video tutorial</a> to learn quickly</p> |
| 70 | 71 | <p><strong>Recommended Blog:</strong></p> |
| 71 | 72 | <p>🔥 How to <a target="_blank" href="%3$s">Display Custom Notification Alerts</a> On Your Website Using NotificationX</p>', 'notificationx'), |