From c01a575cffc61cd56264b00eb21dbfca64352f24 Mon Sep 17 00:00:00 2001 From: mathilde-cryptpad <156299270+mathilde-cryptpad@users.noreply.github.com> Date: Tue, 23 Sep 2025 14:44:33 +0300 Subject: [PATCH] very minor branding fix regarding macOS --- www/checkup/checkup-tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/checkup/checkup-tools.js b/www/checkup/checkup-tools.js index 2529b8906..ee281c4f8 100644 --- a/www/checkup/checkup-tools.js +++ b/www/checkup/checkup-tools.js @@ -22,7 +22,7 @@ define([ var OS_HINTS = { "Win": "Windows", - "Mac": "MacOS", + "Mac": "macOS", "X11": "UNIX", "Linux": "Linux", };