Merge pull request #2056 from cryptpad/checkup-cosmetic

very minor branding fix regarding macOS
This commit is contained in:
yflory 2025-09-29 16:03:37 +03:00 committed by GitHub
commit bf156afebc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ define([
var OS_HINTS = {
"Win": "Windows",
"Mac": "MacOS",
"Mac": "macOS",
"X11": "UNIX",
"Linux": "Linux",
};