Unified text for private IP address (#5301)

* unified text for private ip address

* updated capitalization
This commit is contained in:
Martavis Parker
2022-04-22 00:28:11 -07:00
committed by GitHub
parent a777af0737
commit 0d30854121
4 changed files with 4 additions and 4 deletions
@@ -56,7 +56,7 @@ const TargetsInput = ({
tabIndex={tabIndex}
iconPosition="start"
label="Target specific hosts"
placeholder="Search hosts by hostname, UUID, MAC address"
placeholder="Search hosts by hostname, UUID, MAC address, or private IP address"
onChange={setSearchText}
/>
{isActiveSearch && (
@@ -104,7 +104,7 @@ class SelectTargetsInput extends Component {
onOpen={onOpen}
onFocus={onFocus}
onInputChange={handleInputChange}
placeholder="Label name, host name, IP address, etc."
placeholder="Label name, host name, private IP address, etc."
resetValue={[]}
scrollMenuIntoView={false}
tabSelectsValue={false}
@@ -1531,7 +1531,7 @@ const ManageHostsPage = ({
searchable
renderCount={renderHostCount}
searchToolTipText={
"Search hosts by hostname, UUID, machine serial or IP address"
"Search hosts by hostname, UUID, machine serial or private IP address"
}
emptyComponent={EmptyHosts}
customControl={renderStatusDropdown}
@@ -33,7 +33,7 @@ const About = ({
<span className="info-grid__data">{aboutData.hardware_serial}</span>
</div>
<div className="info-grid__block">
<span className="info-grid__header">Internal IP address</span>
<span className="info-grid__header">Private IP address</span>
<span className="info-grid__data">{aboutData.primary_ip}</span>
</div>
<div className="info-grid__block">