diff --git a/plugins/jenkins/src/components/Cards/Cards.tsx b/plugins/jenkins/src/components/Cards/Cards.tsx index 772632668c..c7efde6523 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() + .toRelative({ locale: "en" }) ?.replace(' ago', ''); return (