Failed delete string pluralization

This commit is contained in:
mabashian
2019-10-08 15:15:13 -04:00
parent d9ad906167
commit d239d55d2a
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>