Skip to content

Commit

Permalink
fix(Messages): lower-case OS filter placeholder
Browse files Browse the repository at this point in the history
VULN-2391
  • Loading branch information
gkarat committed Sep 12, 2022
1 parent 0231a1c commit 5a7611a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"options.any": "Any",
"osFilterLabel": "Operating system",
"osFilterLabel.reports": "Applies to OS",
"osFilterPlaceholder": "Filter by OS",
"osFilterPlaceholder": "Filter by operating system",
"ovalPopoverBody": "The Vulnerability service identifies CVEs with errata that may affect your Insights-connected RHEL systems",
"ovalPopoverHeader": "About CVEs in Red Hat Insights",
"pageTitleSuffix": "Vulnerability | Red Hat Insights",
Expand Down
2 changes: 1 addition & 1 deletion src/Messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export default defineMessages({
osFilterPlaceholder: {
id: 'osFilterPlaceholder',
description: 'Placeholder for OS version filter',
defaultMessage: 'Filter by OS'
defaultMessage: 'Filter by operating system'
},
remediationFilterLabel: {
id: 'remediationFilterLabel',
Expand Down

0 comments on commit 5a7611a

Please sign in to comment.