From 7e2de8b469129953f3097ac592fc1557d0cb4ae0 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 2 Sep 2019 19:43:31 -0500 Subject: [PATCH] genericize Software icon title --- .../src/components/softwareCloud/SoftwareIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Web/src/components/softwareCloud/SoftwareIcon.tsx b/src/FilterLists.Web/src/components/softwareCloud/SoftwareIcon.tsx index d8a397863..b48160bcf 100644 --- a/src/FilterLists.Web/src/components/softwareCloud/SoftwareIcon.tsx +++ b/src/FilterLists.Web/src/components/softwareCloud/SoftwareIcon.tsx @@ -49,7 +49,7 @@ export const SoftwareIcon = (props: Props) => src={icons[props.id].image} height="20" alt={icons[props.id].imageTitle} - title={`View ${icons[props.id].imageTitle}'s homepage.`} /> + title={icons[props.id].imageTitle} /> : null; interface Icon {