Browse Source

placeholder text fix

v0.25
pbca26 7 years ago
parent
commit
977bda4c3c
  1. 8
      assets/mainWindow/css/loading.css
  2. 2
      react/src/translate/en.js

8
assets/mainWindow/css/loading.css

@ -35,7 +35,7 @@ body.closing-window-height {
}
body.agama-app-settings-window {
height: 570px;
height: 610px;
}
.agama-logo {
@ -211,7 +211,7 @@ body.agama-app-settings-window {
}
.settings-buttons-block {
margin-top: 50px;
margin-top: 40px;
margin-right: 50px;
text-align: right;
}
@ -462,4 +462,8 @@ small {
width: 80%;
text-align: center;
margin: 0 auto;
}
.padding-top-40 {
padding-top: 40px;
}

2
react/src/translate/en.js

@ -614,7 +614,7 @@ export const _lang = {
'CLI_RESPONSE': 'CLI response',
'PASSPHRASE_REQ': 'Passphrase is required.',
'SAVE_APP_CONFIG': 'Save app config',
'CONFIG_RESTART_REQUIRED': 'Most changes to app config require wallet restart!',
'CONFIG_RESTART_REQUIRED': 'Any changes to app config require app restart!',
'APP_CONFIG': 'App Config',
'APP_INFO': 'App Info',
'APP_RELEASE': 'App Release',

Loading…
Cancel
Save