Skip to content

Commit

Permalink
Change chrome://flags to about://flags in help text (#4502)
Browse files Browse the repository at this point in the history
* Change chrome://flags to about://flags in help text

* Also change it in the intent templates and goldens
  • Loading branch information
jrobbins authored Oct 30, 2024
1 parent 59a1e11 commit 4a19d58
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client-src/elements/form-field-specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1926,7 +1926,7 @@ export const ALL_FIELDS: Record<string, Field> = {
attrs: TEXT_FIELD_ATTRS,
required: false,
label: 'Flag name',
help_text: html` Name of the flag on chrome://flags that allows a web
help_text: html` Name of the flag on about://flags that allows a web
developer to enable this feature in their own browser to try it out. E.g.,
"storage-buckets". These are defined in
<a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h4>Contact emails</h4>



<br><br><h4>Flag name on chrome://flags</h4>
<br><br><h4>Flag name on about://flags</h4>
None

<br><br><h4>Finch feature name</h4>
Expand Down
2 changes: 1 addition & 1 deletion pages/testdata/intentpreview_test/test_html_rendering.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ <h4>Contact emails</h4>



<br><br><h4>Flag name on chrome://flags</h4>
<br><br><h4>Flag name on about://flags</h4>
None

<br><br><h4>Finch feature name</h4>
Expand Down
2 changes: 1 addition & 1 deletion templates/blink/intent_to_implement.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h4>Contact emails</h4>
>{{feature.devtrial_instructions}}</a>
{% endif %}

<br><br><h4>Flag name on chrome://flags</h4>
<br><br><h4>Flag name on about://flags</h4>
{{feature.flag_name}}

<br><br><h4>Finch feature name</h4>
Expand Down

0 comments on commit 4a19d58

Please sign in to comment.