mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
update language and stylign for all warning/danger modals
This commit is contained in:
@@ -153,7 +153,7 @@ class OrganizationsList extends Component {
|
||||
|
||||
handleOpenOrgDeleteModal () {
|
||||
const { results, selected } = this.state;
|
||||
const warningTitle = i18nMark('Delete Organization');
|
||||
const warningTitle = i18nMark(`Delete Organization${selected.length > 1 ? 's' : ''}`);
|
||||
const warningMsg = i18nMark('Are you sure you want to delete:');
|
||||
|
||||
const orgsToDelete = [];
|
||||
|
||||
Reference in New Issue
Block a user