Skip to content

Commit

Permalink
Add recommendation for >1 members to a verified publisher (dart-lang#…
Browse files Browse the repository at this point in the history
  • Loading branch information
szakarias authored Jan 18, 2024
1 parent dc288e8 commit 54236eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/lib/frontend/templates/views/publisher/create_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ d.Node createPublisherPageNode({
]),
]),
]),
d.p(children: [
d.text(
'We strongly recommend you invite other members of your organization as members to the verified publisher. '),
d.text(
'This ensures that your organization retains access to the publisher when you are not available. '),
]),
d.div(
classes: ['-pub-form-textfield-row'],
children: [
Expand Down
1 change: 1 addition & 0 deletions app/test/frontend/golden/create_publisher_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ <h2>Create a verified publisher</h2>
</ul>
</li>
</ul>
<p>We strongly recommend you invite other members of your organization as members to the verified publisher. This ensures that your organization retains access to the publisher when you are not available.</p>
<div class="-pub-form-textfield-row">
<div class="mdc-form-field">
<label for="-publisher-id">Domain Name</label>
Expand Down

0 comments on commit 54236eb

Please sign in to comment.