aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-chrome_browser_resources_settings_route.ts
blob: e20ad95ab53b606755bbf068dd41220e21f910c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/resources/settings/route.ts.orig	2023-08-28 20:17:35 UTC
+++ chrome/browser/resources/settings/route.ts
@@ -241,7 +241,7 @@ function createBrowserSettingsRoutes(): SettingsRoutes
     r.ACCESSIBILITY = r.ADVANCED.createSection(
         '/accessibility', 'a11y', loadTimeData.getString('a11yPageTitle'));
 
-    // <if expr="is_linux">
+    // <if expr="is_posix">
     r.CAPTIONS = r.ACCESSIBILITY.createChild('/captions');
     // </if>