Skip to content

Commit 53d50d2

Browse files
committed
#393 - fix: reverted to expected subject messages
1 parent 0247460 commit 53d50d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lang/en/tool_mergeusers.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
$string['mergeusersqueued'] = 'Merge queued!<br/>Between {$a->fromuser}<br/>and {$a->touser}.<br/>It will run during the next cron execution. You will see the results on {$a->logid}.';
8181
$string['merging'] = 'Merged';
8282
$string['message:mergeusers_error_body'] = 'The merge of user {$a->fromuser} (ID: {$a->fromuserid}) into {$a->touser} (ID: {$a->touserid}) has been completed with errors. Please review the merge logs for details.';
83-
$string['message:mergeusers_error_subject'] = 'User merge completed with errors';
83+
$string['message:mergeusers_error_subject'] = '[Merge Users] Merge completed with errors';
8484
$string['message:mergeusers_success_body'] = 'The merge of user {$a->fromuser} (ID: {$a->fromuserid}) into {$a->touser} (ID: {$a->touserid}) has been completed successfully.';
85-
$string['message:mergeusers_success_subject'] = 'User merge completed successfully';
85+
$string['message:mergeusers_success_subject'] = '[Merge Users] Merge completed successfully';
8686
$string['messageprovider:mergeusers_completion'] = 'Notification when user merge process is completed';
8787
$string['newuser'] = 'User to keep';
8888
$string['newuserid'] = 'User ID to be kept';

0 commit comments

Comments
 (0)