fix: network perf button copy (#20274)

* fix: network perf button copy
This commit is contained in:
Omar Basem 2024-05-31 08:46:17 +04:00 committed by GitHub
parent aa159f53ef
commit 86bbe2e8c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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)]