mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 13:36:02 -03:30
Failed delete string pluralization
This commit is contained in:
@@ -303,7 +303,7 @@ class InventoriesList extends Component {
|
||||
title={i18n._(t`Error!`)}
|
||||
onClose={this.handleDeleteErrorClose}
|
||||
>
|
||||
{i18n._(t`Failed to delete one or more inventory.`)}
|
||||
{i18n._(t`Failed to delete one or more inventories.`)}
|
||||
<ErrorDetail error={deletionError} />
|
||||
</AlertModal>
|
||||
</PageSection>
|
||||
|
||||
@@ -309,7 +309,7 @@ class TemplatesList extends Component {
|
||||
title={i18n._(t`Error!`)}
|
||||
onClose={this.handleDeleteErrorClose}
|
||||
>
|
||||
{i18n._(t`Failed to delete one or more template.`)}
|
||||
{i18n._(t`Failed to delete one or more templates.`)}
|
||||
<ErrorDetail error={deletionError} />
|
||||
</AlertModal>
|
||||
</PageSection>
|
||||
|
||||
Reference in New Issue
Block a user