From cc4b4f440bb1aa8b5b2f497fdfe5540e331daa6a Mon Sep 17 00:00:00 2001 From: Zacck Date: Thu, 10 Aug 2023 10:06:54 +0200 Subject: [PATCH 1/2] Rename export your project from version control --- lib/lightning_web/live/project_live/settings.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lightning_web/live/project_live/settings.html.heex b/lib/lightning_web/live/project_live/settings.html.heex index 240a1a0f83..346178f4bc 100644 --- a/lib/lightning_web/live/project_live/settings.html.heex +++ b/lib/lightning_web/live/project_live/settings.html.heex @@ -123,7 +123,7 @@
-
Version control
+
Export your Project

Export your project as code, to save this version or edit your project locally.

From 2926a5422ea237808d52dfe675ece7f43b67f108 Mon Sep 17 00:00:00 2001 From: Zacck Date: Fri, 11 Aug 2023 08:02:37 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4c021030..4fc612cc32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ and this project adheres to ### Changed +- Version control in project settings is now named Export your project + [#1015](https://github.com/OpenFn/Lightning/issues/1015) + ### Fixed ## [v0.7.2] - 2023-08-10