From 853f800fa7a14db0b2b006d2f81ab24a85a5a2d5 Mon Sep 17 00:00:00 2001 From: Elias Date: Tue, 5 Sep 2023 06:05:15 +0000 Subject: [PATCH] Change workflow card timestamp label to Updated (#1073) * Change Created to Updated for workflow card last updated at label * Update CHANGELOG.md --- CHANGELOG.md | 2 ++ lib/lightning_web/live/workflow_live/components.ex | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fd85a932a..1c3af0ca12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ and this project adheres to - Output incorrectly shows "this run failed" when the run hasn't yet finished [#1048](https://github.com/OpenFn/Lightning/issues/1048) +- Wrong label for workflow card timestamp + [#1022](https://github.com/OpenFn/Lightning/issues/1022) ## [v0.8.2] - 2023-08-31 diff --git a/lib/lightning_web/live/workflow_live/components.ex b/lib/lightning_web/live/workflow_live/components.ex index 6c51ebec8f..69f62af186 100644 --- a/lib/lightning_web/live/workflow_live/components.ex +++ b/lib/lightning_web/live/workflow_live/components.ex @@ -53,7 +53,7 @@ defmodule LightningWeb.WorkflowLive.Components do <%= @workflow.name %>

- Created <%= @relative_updated_at %> + Updated <%= @relative_updated_at %>