diff --git a/src/widgets/customapi/component.jsx b/src/widgets/customapi/component.jsx index 48152a9e..195e1bbf 100644 --- a/src/widgets/customapi/component.jsx +++ b/src/widgets/customapi/component.jsx @@ -69,6 +69,9 @@ function formatValue(t, mapping, rawValue) { case "bitrate": value = t("common.bitrate", { value }); break; + case "date": + value = t("common.date", { value, dateStyle: "long" }); + break; case "text": default: // nothing