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}
|
{host}:{port}
|
||||||
</h3>
|
</h3>
|
||||||
<span className="help">
|
<span className="help">
|
||||||
{available ? 'Connected' : walletReconnecting ? 'Connecting...' : 'Not connected'}
|
{available ? __('Connected') : walletReconnecting ? __('Connecting...') : __('Not connected')}
|
||||||
</span>
|
</span>
|
||||||
<Button
|
<Button
|
||||||
button="close"
|
button="close"
|
||||||
|
|
Loading…
Add table
Reference in a new issue