forked from Lainports/opnsense-ports
11 lines
460 B
TypeScript
11 lines
460 B
TypeScript
--- chrome/browser/resources/settings/route.ts.orig 2022-11-30 08:12:58 UTC
|
|
+++ chrome/browser/resources/settings/route.ts
|
|
@@ -202,7 +202,7 @@ function createBrowserSettingsRoutes(): Partial<Settin
|
|
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>
|
|
|