| @@ -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(); |