diff options
author | Alexander Tseung <alextsg@gmail.com> | 2018-09-21 06:53:53 +0800 |
---|---|---|
committer | Alexander Tseung <alextsg@gmail.com> | 2018-09-21 06:53:53 +0800 |
commit | 01166b26edc5b979e5cbc7fe76df6fbfc272bea7 (patch) | |
tree | 1ff110c9ae5ef67606af2c744a76a6c19a172e30 /ui/app/components | |
parent | 9088fd1de49197d0e436f989c6698f2d4c36d456 (diff) | |
download | dexon-wallet-01166b26edc5b979e5cbc7fe76df6fbfc272bea7.tar.gz dexon-wallet-01166b26edc5b979e5cbc7fe76df6fbfc272bea7.tar.zst dexon-wallet-01166b26edc5b979e5cbc7fe76df6fbfc272bea7.zip |
Fix translation casing
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/pages/settings/info-tab/index.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/app/components/pages/settings/info-tab/index.scss b/ui/app/components/pages/settings/info-tab/index.scss index 00342dc5..43ad6f65 100644 --- a/ui/app/components/pages/settings/info-tab/index.scss +++ b/ui/app/components/pages/settings/info-tab/index.scss @@ -33,10 +33,6 @@ color: $curious-blue; } - &__version-header { - text-transform: capitalize; - } - &__version-number { padding-top: 5px; font-size: 13px; |