Skip to content

Commit

Permalink
Fix incorrect update message after updating payment feed.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Dec 23, 2022
1 parent b938a12 commit 39f5e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/html-admin-feed-gf-box.php
Expand Up @@ -20,7 +20,7 @@
$msg = __( 'There was an error updating this payment feed.', 'pronamic_ideal' );
$class = 'error';

if ( 1 === $message ) {
if ( '1' === $message ) {
$class = 'updated';
$msg = __( 'Payment feed updated successfully.', 'pronamic_ideal' );
}
Expand Down

0 comments on commit 39f5e1e

Please sign in to comment.