← All changes
|
includes/Extensions/CustomNotification/CustomNotification.php
+1
-0
3.2.8
→
trunk
View file →
| @@ -87,8 +87,9 @@ | ||
| 87 | 87 | return $themes; |
| 88 | 88 | } |
| 89 | 89 | |
| 90 | 90 | public function doc(){ |
| 91 | + /* translators: %1$s: documentation link URL, %2$s: video tutorial link URL, %3$s: Display Custom Notification Alerts link URL */ | |
| 91 | 92 | 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> |
| 92 | 93 | <p>🎦 Watch <a target="_blank" href="%2$s">video tutorial</a> to learn quickly</p> |
| 93 | 94 | <p><strong>Recommended Blog:</strong></p> |
| 94 | 95 | <p>🔥 How to <a target="_blank" href="%3$s">Display Custom Notification Alerts</a> On Your Website Using NotificationX</p>', 'notificationx'), |