From be48860b8d7ba8a1c4059a68b9a55ec1ace045fe Mon Sep 17 00:00:00 2001 From: Samuel Manzanera Date: Wed, 18 Jan 2023 12:34:39 +0100 Subject: [PATCH] Fix submit button on the settings page (#840) --- lib/archethic_web/live/settings_live.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/archethic_web/live/settings_live.ex b/lib/archethic_web/live/settings_live.ex index e0f2746e5..58d6b9451 100644 --- a/lib/archethic_web/live/settings_live.ex +++ b/lib/archethic_web/live/settings_live.ex @@ -138,7 +138,7 @@ defmodule ArchethicWeb.SettingsLive do <%= if @sending do %> <% else %> - Save + <% end %>