diff --git a/changes/issue-7062 b/changes/issue-7062 new file mode 100644 index 0000000000..381b08faa7 --- /dev/null +++ b/changes/issue-7062 @@ -0,0 +1 @@ +* Rename machine serial to serial number and IPv4 properly to private IP address \ No newline at end of file diff --git a/frontend/components/TableContainer/_styles.scss b/frontend/components/TableContainer/_styles.scss index 5cc5707603..02d912ff0c 100644 --- a/frontend/components/TableContainer/_styles.scss +++ b/frontend/components/TableContainer/_styles.scss @@ -141,7 +141,7 @@ } #search-tooltip { - width: 196px; + width: 204px; text-align: center; } diff --git a/frontend/utilities/constants.ts b/frontend/utilities/constants.ts index a9141f2280..113e303278 100644 --- a/frontend/utilities/constants.ts +++ b/frontend/utilities/constants.ts @@ -527,10 +527,10 @@ export const PLATFORM_NAME_TO_LABEL_NAME = { }; export const HOSTS_SEARCH_BOX_PLACEHOLDER = - "Search hostname, UUID, serial number, or IPv4"; + "Search hostname, UUID, serial number, or private IP address"; export const HOSTS_SEARCH_BOX_TOOLTIP = - "Search hosts by hostname, UUID, machine serial or private IP address"; + "Search hosts by hostname, UUID, serial number or private IP address"; export const VULNERABLE_DROPDOWN_OPTIONS = [ {