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