diff --git a/awx/ui/static/js/lists/CloudCredentials.js b/awx/ui/static/js/lists/CloudCredentials.js index 92edcc994e..795e38a370 100644 --- a/awx/ui/static/js/lists/CloudCredentials.js +++ b/awx/ui/static/js/lists/CloudCredentials.js @@ -17,7 +17,7 @@ angular.module('CloudCredentialsListDefinition', []) selectTitle: 'Add Cloud Credentials', editTitle: 'Cloud Credentials', selectInstructions: '

Select existing credentials by clicking each credential or checking the related checkbox. When finished, click the blue ' + - 'Select button, located bottom right.

Create a brand new credential by clicking the green Create New button.

', + 'Select button, located bottom right.

Create a brand new credential by clicking the button.

', index: false, hover: true, @@ -74,4 +74,4 @@ angular.module('CloudCredentialsListDefinition', []) dataPlacement: 'top' } } - }); \ No newline at end of file + }); diff --git a/awx/ui/static/js/lists/Credentials.js b/awx/ui/static/js/lists/Credentials.js index 9f0236967b..c485f83986 100644 --- a/awx/ui/static/js/lists/Credentials.js +++ b/awx/ui/static/js/lists/Credentials.js @@ -18,7 +18,7 @@ angular.module('CredentialsListDefinition', []) editTitle: 'Credentials', selectInstructions: "

Select existing credentials by clicking each credential or checking the related checkbox. When " + "finished, click the blue Select button, located bottom right.

Create a brand new credential by clicking " + - "the green Create New button.

", + "the button.

esc or click to close
", index: false, hover: true, @@ -76,4 +76,4 @@ angular.module('CredentialsListDefinition', []) dataPlacement: 'top' } } - }); \ No newline at end of file + }); diff --git a/awx/ui/static/js/lists/Inventories.js b/awx/ui/static/js/lists/Inventories.js index a2da04bf1e..c4bf3c19c0 100644 --- a/awx/ui/static/js/lists/Inventories.js +++ b/awx/ui/static/js/lists/Inventories.js @@ -15,8 +15,8 @@ angular.module('InventoriesListDefinition', []) iterator: 'inventory', selectTitle: 'Add Inventories', editTitle: 'Inventories', - selectInstructions: "Click on a row to select it, and click Finished when done. Use the green " + - "button to create a new row.", + selectInstructions: "Click on a row to select it, and click Finished when done. Click the " + + "button to create a new inventory.", index: false, hover: true, @@ -115,4 +115,4 @@ angular.module('InventoriesListDefinition', []) dataPlacement: 'top' } } - }); \ No newline at end of file + }); diff --git a/awx/ui/static/js/lists/JobTemplates.js b/awx/ui/static/js/lists/JobTemplates.js index c76aff5ac4..15ab3a46bf 100644 --- a/awx/ui/static/js/lists/JobTemplates.js +++ b/awx/ui/static/js/lists/JobTemplates.js @@ -16,8 +16,8 @@ angular.module('JobTemplatesListDefinition', []) iterator: 'job_template', selectTitle: 'Add Job Template', editTitle: 'Job Templates', - selectInstructions: "Click on a row to select it, and click Finished when done. Use the green " + - "button to create a new row.", + selectInstructions: "Click on a row to select it, and click Finished when done. Use the " + + "button to create a new job template.", index: false, hover: true, @@ -78,4 +78,4 @@ angular.module('JobTemplatesListDefinition', []) dataPlacement: 'top' } } - }); \ No newline at end of file + }); diff --git a/awx/ui/static/js/lists/Organizations.js b/awx/ui/static/js/lists/Organizations.js index 3b67dda418..d81d497b08 100644 --- a/awx/ui/static/js/lists/Organizations.js +++ b/awx/ui/static/js/lists/Organizations.js @@ -15,6 +15,9 @@ angular.module('OrganizationListDefinition', []) name: 'organizations', iterator: 'organization', selectTitle: 'Add Organizations', + selectInstructions: '

Select existing organizations by clicking each organization or checking the related checkbox. When finished, ' + + 'click the blue Select button, located bottom right.

Create a new organization by clicking the ' + + ' button.

esc or click to close
', editTitle: 'Organizations', hover: true, index: false, @@ -64,4 +67,4 @@ angular.module('OrganizationListDefinition', []) dataPlacement: 'top' } } - }); \ No newline at end of file + }); diff --git a/awx/ui/static/js/lists/Permissions.js b/awx/ui/static/js/lists/Permissions.js index fc714d9ffd..82360d9b92 100644 --- a/awx/ui/static/js/lists/Permissions.js +++ b/awx/ui/static/js/lists/Permissions.js @@ -15,7 +15,7 @@ angular.module('PermissionListDefinition', []) name: 'permissions', iterator: 'permission', selectTitle: 'Add Permission', - selectInstructions: "Click on a row to select it, and click Finished when done. Use the green " + + selectInstructions: "Click on a row to select it, and click Finished when done. Use the " + "button to create a new row.", editTitle: 'Permissions', index: false, @@ -78,4 +78,4 @@ angular.module('PermissionListDefinition', []) dataPlacement: 'top' } } - }); \ No newline at end of file + }); diff --git a/awx/ui/static/js/lists/Projects.js b/awx/ui/static/js/lists/Projects.js index 5d5e8daf6e..406e740809 100644 --- a/awx/ui/static/js/lists/Projects.js +++ b/awx/ui/static/js/lists/Projects.js @@ -17,7 +17,8 @@ angular.module('ProjectsListDefinition', []) selectTitle: 'Add Project', editTitle: 'Projects', selectInstructions: '

Select existing projects by clicking each project or checking the related checkbox. When finished, click the blue ' + - 'Select button, located bottom right.

Create a brand new project by clicking the green Create New button.

', + 'Select button, located bottom right.

Create a new project by clicking the button.

'+ + '
esc or click to close
', index: false, hover: true, @@ -133,4 +134,4 @@ angular.module('ProjectsListDefinition', []) dataPlacement: 'top' } } - }); \ No newline at end of file + }); diff --git a/awx/ui/static/js/lists/Teams.js b/awx/ui/static/js/lists/Teams.js index 2a01d266df..385f4b36ba 100644 --- a/awx/ui/static/js/lists/Teams.js +++ b/awx/ui/static/js/lists/Teams.js @@ -15,8 +15,8 @@ angular.module('TeamsListDefinition', []) iterator: 'team', selectTitle: 'Add Team', editTitle: 'Teams', - selectInstructions: "Click on a row to select it, and click Finished when done. Use the green " + - "button to create a new row.", + selectInstructions: "Click on a row to select it, and click Finished when done. Click the " + + "button to create a new team.", index: false, hover: true, @@ -74,4 +74,4 @@ angular.module('TeamsListDefinition', []) dataPlacement: 'top' } } - }); \ No newline at end of file + }); diff --git a/awx/ui/static/js/lists/Users.js b/awx/ui/static/js/lists/Users.js index cdaea595ef..8b31713dc1 100644 --- a/awx/ui/static/js/lists/Users.js +++ b/awx/ui/static/js/lists/Users.js @@ -16,8 +16,8 @@ angular.module('UserListDefinition', []) selectTitle: 'Add Users', editTitle: 'Users', selectInstructions: '

Select existing users by clicking each user or checking the related checkbox. When finished, click the blue ' + - 'Select button, located bottom right.

When available, a brand new user can be created by clicking the green ' + - 'Create New button.

', + 'Select button, located bottom right.

When available, a brand new user can be created by clicking the ' + + ' button.

esc or click to close
', index: false, hover: true, @@ -72,4 +72,4 @@ angular.module('UserListDefinition', []) dataPlacement: 'top' } } - }); \ No newline at end of file + });