From 6c380adf6946981027accd1c77a8fcbdc3e67630 Mon Sep 17 00:00:00 2001 From: Omar Basem Date: Thu, 30 May 2024 17:43:06 +0400 Subject: [PATCH] lint --- .../contexts/wallet/sheets/network_preferences/view.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/contexts/wallet/sheets/network_preferences/view.cljs b/src/status_im/contexts/wallet/sheets/network_preferences/view.cljs index 423d6f8381e..5907d08bb91 100644 --- a/src/status_im/contexts/wallet/sheets/network_preferences/view.cljs +++ b/src/status_im/contexts/wallet/sheets/network_preferences/view.cljs @@ -169,7 +169,7 @@ [quo/bottom-actions {:actions :one-action :blur? blur? - :button-one-label (or button-label (i18n/label :t/update)) + :button-one-label (or button-label (i18n/label :t/confirm)) :button-one-props {:disabled? (= @state :default) :on-press (fn [] (let [chain-ids (map :chain-id current-networks)]