Skip to content

Commit 9f91a93

Browse files
committed
User: [minor] fix message to add translation - refs BT#22768
1 parent 0382f70 commit 9f91a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/admin/user_import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ function save_data(array $users, bool $sendMail = false, ?string $targetFolder =
301301
$user_id = $existing;
302302
$returnMessage = Display::return_message(
303303
sprintf(
304-
'An existing user with the same %s was found (ID %d), enrolling instead of creating.',
304+
get_lang('ExistingUserWithSameExtraFieldValue'),
305305
$uniqueField,
306306
$existing
307307
),

0 commit comments

Comments
 (0)