Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 183c3bc

Browse files
committed
Undefined -> Unkown
1 parent 2befbcd commit 183c3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElixirWeb.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ end;
154154
155155
function ReleaseTypeToString(ReleaseType: TElixirReleaseType): String;
156156
begin
157-
Result := 'Undefined';
157+
Result := 'Unknown';
158158
if ReleaseType = rtRelease then
159159
Result := 'Release';
160160
if ReleaseType = rtPrerelease then

0 commit comments

Comments
 (0)