very minor branding fix regarding macOS

This commit is contained in:
mathilde-cryptpad 2025-09-23 14:44:33 +03:00
parent 06917a92c7
commit c01a575cff

View File

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