| @@ -24,9 +24,9 @@ | ||
| 24 | 24 | wp_die( __( 'Your session expired - please try again.', 'surecart' ) ); |
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | if ( ! current_user_can( "edit_sc_{$model_name}s" ) ) { |
| 28 | - wp_die( __( 'You do not have permission to do this.', 'surecart' ) ); | |
| 28 | + wp_die( __( 'You do not have permission do this.', 'surecart' ) ); | |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | 31 | return $next( $request ); |
| 32 | 32 | } |