PluginProbe
Search Atlas SEO – OTTO AI SEO Automation for WordPress / trunk
Search Atlas SEO – OTTO AI SEO Automation for WordPress vtrunk
2.7.0 2.6.26 2.6.25 2.6.24 2.6.23 2.6.22 2.6.21 2.6.20 2.6.19 2.6.18 2.6.17 2.6.16 2.6.15 2.6.14 2.6.13 2.6.12 2.6.11 2.6.10 2.6.9 2.6.8 2.6.7 2.6.6 2.6.5 2.6.4 2.6.3 All 139 releases
← All changes | includes/class-metasync-setup-wizard.php +1 -1 2.6.10 → trunk View file →
@@ -91,9 +91,9 @@
91 91 public function render_wizard_page()
92 92 {
93 93 // Check user has access
94 94 if (!Metasync::current_user_has_plugin_access()) {
95 - wp_die(__('You do not have sufficient permissions to access this page.'));
95 + wp_die(__('You do not have sufficient permissions to access this page.', 'metasync'));
96 96 }
97 97
98 98 // Get current wizard state
99 99 $user_id = get_current_user_id();