Skip to content

Commit

Permalink
Minor: Reverted message items
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier authored Feb 9, 2025
1 parent 21299d4 commit 22c6e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/inc/ajax/user_manager.ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
$updatedCount++;
}

echo json_encode(['message' => $updatedCount.' '.get_lang('Saved')]);
echo json_encode(['message' => get_lang('Saved').' '.$updatedCount]);
break;
default:
echo '';
Expand Down

0 comments on commit 22c6e3a

Please sign in to comment.