Skip to content

Commit 7ca90fa

Browse files
committed
changed text domain
1 parent dcc787d commit 7ca90fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wp-stateless-the-events-calendar-addon.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Description: Provides compatibility between the The Events Calendar and the WP-Stateless plugins.
77
* Author: UDX
88
* Version: 0.0.1
9-
* Text Domain: wp-stateless-the-events-calendar
9+
* Text Domain: wp-stateless-for-the-events-calendar
1010
* Author URI: https://udx.io
1111
* License: GPLv2 or later
1212
*
@@ -28,7 +28,7 @@
2828
if ($plugin_file !== join(DIRECTORY_SEPARATOR, [basename(__DIR__), basename(__FILE__)])) return $plugin_meta;
2929
$plugin_meta[] = sprintf(
3030
'<span style="color:red;">%s</span>',
31-
__('This plugin requires WP-Stateless plugin version 3.4.0 or greater to be installed and active.', 'wp-stateless-the-events-calendar')
31+
__('This plugin requires WP-Stateless plugin version 3.4.0 or greater to be installed and active.', 'wp-stateless-for-the-events-calendar')
3232
);
3333
return $plugin_meta;
3434
}, 10, 4);

0 commit comments

Comments
 (0)