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 | |
parent | 9088fd1de49197d0e436f989c6698f2d4c36d456 (diff) | |
download | tangerine-wallet-browser-01166b26edc5b979e5cbc7fe76df6fbfc272bea7.tar tangerine-wallet-browser-01166b26edc5b979e5cbc7fe76df6fbfc272bea7.tar.gz tangerine-wallet-browser-01166b26edc5b979e5cbc7fe76df6fbfc272bea7.tar.bz2 tangerine-wallet-browser-01166b26edc5b979e5cbc7fe76df6fbfc272bea7.tar.lz tangerine-wallet-browser-01166b26edc5b979e5cbc7fe76df6fbfc272bea7.tar.xz tangerine-wallet-browser-01166b26edc5b979e5cbc7fe76df6fbfc272bea7.tar.zst tangerine-wallet-browser-01166b26edc5b979e5cbc7fe76df6fbfc272bea7.zip |
Fix translation casing
Diffstat (limited to 'ui')
-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 00342dc5f..43ad6f652 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; |