Skip to content

Commit

Permalink
Correcting spelling and grammar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed Jan 13, 2017
1 parent f2960aa commit 2b47f63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions router-accounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
'username' => array(
'method' => 'textbox',
'friendly_name' => __('Username'),
'description' => __('The username that will be used for authenication.'),
'description' => __('The username that will be used for authentication.'),
'value' => '|arg1:username|',
'max_length' => '64',
),
'password' => array(
'method' => 'textbox_password',
'friendly_name' => __('Password'),
'description' => __('The password used for authenication.'),
'description' => __('The password used for authentication.'),
'value' => '|arg1:password|',
'default' => '',
'max_length' => '64',
Expand Down
2 changes: 1 addition & 1 deletion router-devices.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
),
'account' => array(
'method' => 'drop_array',
'friendly_name' => __('Authenication Account'),
'friendly_name' => __('Authentication Account'),
'description' => __('Choose an account to use to Login to the router'),
'value' => '|arg1:account|',
'default' => 0,
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ function routerconfigs_config_settings () {
),
'routerconfigs_email' => array(
'friendly_name' => __('Email Address'),
'description' => __('Email address to send the nightly backup email to. Commna deliminate any extra email addresses.'),
'description' => __('A comma delimited list of Email addresses to send the nightly backup Email to.'),
'method' => 'textbox',
'size' => 40,
'max_length' => 255,
Expand Down

0 comments on commit 2b47f63

Please sign in to comment.