mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 05:18:37 -05:00
Fix some more typos while here.
This commit is contained in:
@@ -79,7 +79,7 @@ export default
|
||||
scope.host_required = true;
|
||||
scope.hostLabel = i18n._("CloudForms URL");
|
||||
scope.hostPopOver = i18n.sprintf(i18n._("Enter the URL for the virtual machine which %s" +
|
||||
"corresponds to your CloudForm instance. %s" +
|
||||
"corresponds to your CloudForms instance. %s" +
|
||||
"For example, %s"), "<br />", "<br />", "https://cloudforms.example.org");
|
||||
break;
|
||||
case 'net':
|
||||
|
||||
@@ -136,7 +136,7 @@ export default
|
||||
scope.host_required = true;
|
||||
scope.hostLabel = i18n._("CloudForms URL");
|
||||
scope.hostPopOver = i18n.sprintf(i18n._("Enter the URL for the virtual machine which %s" +
|
||||
"corresponds to your CloudForm instance. %s" +
|
||||
"corresponds to your CloudForms instance. %s" +
|
||||
"For example, %s"), "<br />", "<br />", "https://cloudforms.example.org");
|
||||
break;
|
||||
case 'net':
|
||||
|
||||
@@ -146,7 +146,7 @@ export default ['i18n', function(i18n) {
|
||||
ngClick: 'deletePermissionFromTeam(team_id, team_obj.name, permission.name, permission.summary_fields.resource_name, permission.related.teams)',
|
||||
'class': "List-actionButton--delete",
|
||||
iconClass: 'fa fa-times',
|
||||
awToolTip: i18n._('Dissasociate permission from team'),
|
||||
awToolTip: i18n._('Dissassociate permission from team'),
|
||||
dataPlacement: 'top',
|
||||
ngShow: 'permission.summary_fields.user_capabilities.unattach'
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ export default
|
||||
{name: i18n._('Integer'), type: 'integer'},
|
||||
{name: i18n._('Float'), type: 'float'}
|
||||
];
|
||||
scope.disableSurveyTooltip = i18n._('Disble Survey');
|
||||
scope.disableSurveyTooltip = i18n._('Disable Survey');
|
||||
scope.editQuestionTooltip = i18n._('Edit Question');
|
||||
scope.deleteQuestionTooltip = i18n._('Delete Question');
|
||||
scope.dragQuestionTooltip = i18n._('Drag to reorder question');
|
||||
|
||||
@@ -111,7 +111,7 @@ export default ['NotificationsList', 'i18n', function(NotificationsList, i18n) {
|
||||
rows: 6,
|
||||
"default": "---",
|
||||
column: 2,
|
||||
awPopOver:i18n._('Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentaton for example syntax.'),
|
||||
awPopOver:i18n._('Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax.'),
|
||||
dataTitle: i18n._('Extra Variables'),
|
||||
dataPlacement: 'right',
|
||||
dataContainer: "body",
|
||||
|
||||
@@ -224,7 +224,7 @@ export default ['i18n', function(i18n) {
|
||||
label: i18n._('Remove'),
|
||||
ngClick: 'deletePermissionFromUser(user_id, username, permission.name, permission.summary_fields.resource_name, permission.related.users)',
|
||||
iconClass: 'fa fa-times',
|
||||
awToolTip: i18n._('Dissasociate permission from user'),
|
||||
awToolTip: i18n._('Dissassociate permission from user'),
|
||||
ngShow: 'permission.summary_fields.user_capabilities.unattach'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user