Skip to content

Commit af71300

Browse files
committed
make error message less promising
1 parent 3eaaec0 commit af71300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function testValidSSHKey(string $key): array
5252
return [
5353
false,
5454
sprintf(
55-
"Key is invalid. A Unity admin at %s can give you more information. Error ID: %s",
55+
"Key is invalid. A Unity admin (%s) may have more information. Error ID: %s",
5656
CONFIG["mail"]["support"],
5757
$errorid,
5858
),

0 commit comments

Comments
 (0)