Skip to content

Commit 46c2c1f

Browse files
committed
Change system language code to lowercase
1 parent 6febbe7 commit 46c2c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/Constant.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ public static class Constant
5353
public const string GitHub = "https://github.com/Flow-Launcher/Flow.Launcher";
5454
public const string Docs = "https://flowlauncher.com/docs";
5555

56-
public const string SystemLanguageCode = "System";
56+
public const string SystemLanguageCode = "system";
5757
}
5858
}

0 commit comments

Comments
 (0)