reformats long string, removes unneeded key

This commit is contained in:
Alex Corey
2020-10-01 13:04:47 -04:00
parent f604065246
commit b919d4885c

View File

@@ -179,7 +179,8 @@ function InventoryRelatedGroupList({ i18n }) {
<ToolbarItem> <ToolbarItem>
<Tooltip <Tooltip
content={i18n._( content={i18n._(
t`Select an inventory source by clicking the check box beside it. The inventory source can be a single host or a selection of multiple hosts.` t`Select an inventory source by clicking the check box beside it.
The inventory source can be a single host or a selection of multiple hosts.`
)} )}
position="top" position="top"
key="adhoc" key="adhoc"
@@ -228,7 +229,6 @@ function InventoryRelatedGroupList({ i18n }) {
emptyStateControls={ emptyStateControls={
canAdd && ( canAdd && (
<AddDropdown <AddDropdown
key="associate"
onAddExisting={() => setIsModalOpen(true)} onAddExisting={() => setIsModalOpen(true)}
onAddNew={() => history.push(addFormUrl)} onAddNew={() => history.push(addFormUrl)}
newTitle={i18n._(t`Add new group`)} newTitle={i18n._(t`Add new group`)}