Skip to content

Commit

Permalink
Router edit: Make suggestion match examples (inex#797)
Browse files Browse the repository at this point in the history
Co-authored-by: Mattias Wallin <[email protected]>
  • Loading branch information
2 people authored and barryo committed Jul 4, 2022
1 parent 1483f05 commit 6a7f6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/router/edit.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<?= Former::text( 'handle' )
->label( 'Handle' )
->placeholder( 'rs1-lan1-ipv4' )
->blockHelp( "The handle is like the router's name. It is suggested you use something like: <code>purpose-proto-lan</code>. A
->blockHelp( "The handle is like the router's name. It is suggested you use something like: <code>purpose-lan-proto</code>. A
good example of this is <code>rs1-lan1-ipv4</code> for <em>route server #1</em> on <em>lan1</em> using <em>IPv4</em>.
These handles are used in API calls and other areas such as Nagios configuration generation." );
?>
Expand Down

0 comments on commit 6a7f6ed

Please sign in to comment.