summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_resources_settings_route.ts
blob: 8b9235e59d697ad373828ec1dfbdd8a1e07e400e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/resources/settings/route.ts.orig	2022-08-31 12:19:35 UTC
+++ chrome/browser/resources/settings/route.ts
@@ -187,7 +187,7 @@ function createBrowserSettingsRoutes(): Partial<Settin
 
     r.ACCESSIBILITY = r.ADVANCED.createSection('/accessibility', 'a11y');
 
-    // <if expr="is_linux">
+    // <if expr="is_posix">
     r.CAPTIONS = r.ACCESSIBILITY.createChild('/captions');
     // </if>