ui: tor loading status text

This commit is contained in:
ardocrat 2024-05-19 09:08:29 +03:00
parent 429054c301
commit a6723d093c

View file

@ -274,7 +274,7 @@ impl WalletTransport {
let is_starting = Tor::is_service_starting(service_id);
let has_error = Tor::is_service_failed(service_id);
let (icon, text) = if wallet.foreign_api_port().is_none() {
(DOTS_THREE_CIRCLE, t!("wallets.wallet_loading"))
(DOTS_THREE_CIRCLE, t!("wallets.loading"))
} else if is_starting {
(DOTS_THREE_CIRCLE, t!("transport.connecting"))
} else if has_error {