Skip to content

Commit e773c44

Browse files
committed
invalid encoding
1 parent 5659e9a commit e773c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/panel/account.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
$keys = [UnityHTTPD::getUploadedFileContents("keyfile")];
2424
} catch (EncodingUnknownException | EncodingConversionException $e) {
2525
UnityHTTPD::errorLog("uploaded key has bad encoding", "", error: $e);
26-
UnityHTTPD::messageError("SSH Key Not Added: Invalid Key", "");
26+
UnityHTTPD::messageError("SSH Key Not Added: Invalid Encoding", "");
2727
UnityHTTPD::redirect();
2828
}
2929
break;

0 commit comments

Comments
 (0)