From a95394b135683d5a8294aebaf0b98692e14a7b73 Mon Sep 17 00:00:00 2001 From: Alex Corey Date: Mon, 9 Sep 2019 14:55:39 -0400 Subject: [PATCH] Adds proper pluralization to Look Up modal empty state --- awx/ui_next/src/components/Lookup/Lookup.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui_next/src/components/Lookup/Lookup.jsx b/awx/ui_next/src/components/Lookup/Lookup.jsx index b1dfc331c6..b94a46d1c6 100644 --- a/awx/ui_next/src/components/Lookup/Lookup.jsx +++ b/awx/ui_next/src/components/Lookup/Lookup.jsx @@ -248,6 +248,7 @@ class Lookup extends React.Component { items={results} itemCount={count} itemName={lookupHeader} + itemNamePlural={lookupHeader} qsConfig={this.qsConfig} toolbarColumns={columns} renderItem={item => (