mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
11 lines
460 B
TypeScript
11 lines
460 B
TypeScript
--- chrome/browser/resources/settings/route.ts.orig 2023-02-08 09:03:45 UTC
|
|
+++ chrome/browser/resources/settings/route.ts
|
|
@@ -215,7 +215,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>
|
|
|