diff --git a/plugins/jenkins/src/components/Cards/Cards.tsx b/plugins/jenkins/src/components/Cards/Cards.tsx index c7efde6523..6fc544bcea 100644 --- a/plugins/jenkins/src/components/Cards/Cards.tsx +++ b/plugins/jenkins/src/components/Cards/Cards.tsx @@ -44,7 +44,7 @@ const WidgetContent = ({ (latestRun.building ? 'Running for ' : '') + DateTime.local() .minus(Duration.fromMillis(latestRun.duration)) - .toRelative({ locale: "en" }) + .toRelative({ locale: 'en' }) ?.replace(' ago', ''); return (