Skip to content

Commit

Permalink
Change workflow card timestamp label to Updated (#1073)
Browse files Browse the repository at this point in the history
* Change Created to Updated for workflow card last updated at label

* Update CHANGELOG.md
  • Loading branch information
elias-ba authored Sep 5, 2023
1 parent d00a6f5 commit 853f800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/lightning_web/live/workflow_live/components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ defmodule LightningWeb.WorkflowLive.Components do
<%= @workflow.name %>
</span>
<p class="text-gray-500 text-xs">
Created <%= @relative_updated_at %>
Updated <%= @relative_updated_at %>
</p>
</div>
</.link>
Expand Down

0 comments on commit 853f800

Please sign in to comment.