Made strings from settingWalletServer translatable
Made connecting string translatable
This commit is contained in:
parent
374323713b
commit
29b0111c9e
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ function SettingWalletServer(props: Props) {
|
|||
{host}:{port}
|
||||
</h3>
|
||||
<span className="help">
|
||||
{available ? 'Connected' : walletReconnecting ? 'Connecting...' : 'Not connected'}
|
||||
{available ? __('Connected') : walletReconnecting ? __('Connecting...') : __('Not connected')}
|
||||
</span>
|
||||
<Button
|
||||
button="close"
|
||||
|
|
Loading…
Reference in a new issue