Skip to content

Commit

Permalink
Merge pull request #922 from freenas/FIX-35629
Browse files Browse the repository at this point in the history
s/Enable Console Menu/Show Text Console without Password Prompt/
  • Loading branch information
erincodepirate committed Jul 10, 2018
2 parents 4c14ca6 + b4f82cc commit 72bc8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/system/advanced/advanced.component.ts
Expand Up @@ -71,7 +71,7 @@ export class AdvancedComponent implements OnInit {
public fieldConfig: FieldConfig[] = [{
type: 'checkbox',
name: 'consolemenu',
placeholder: T('Enable Console Menu'),
placeholder: T('Show Text Console without Password Prompt'),
tooltip: T('Uncheck this to add a login prompt to the system before\
the console menu is shown.')
}, {
Expand Down

0 comments on commit 72bc8ee

Please sign in to comment.