mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
11 lines
460 B
TypeScript
11 lines
460 B
TypeScript
--- chrome/browser/resources/settings/route.ts.orig 2023-09-13 12:11:42 UTC
|
|
+++ chrome/browser/resources/settings/route.ts
|
|
@@ -231,7 +231,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>
|
|
|