OSDN Git Service

lower case the title
authorZhiting Lin <zlin035@uottawa.ca>
Thu, 24 May 2018 03:05:14 +0000 (11:05 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Thu, 24 May 2018 03:05:14 +0000 (11:05 +0800)
src/features/accounts/components/AccountShow.jsx

index 135109c..ca5b5bf 100644 (file)
@@ -110,7 +110,7 @@ class AccountShow extends BaseShow {
           )}
 
           {(this.state.addresses || []).length > 0 &&
-          <KeyValueTable title={lang === 'zh' ? '地址' : 'ADDRESSES'}
+          <KeyValueTable title={lang === 'zh' ? '地址' : 'Addresses'}
                          items={this.state.addresses.map((address, index) => ({
                            label: index,
                            value: address
@@ -118,7 +118,7 @@ class AccountShow extends BaseShow {
           }
 
           {(this.state.changeAddresses || []).length > 0 &&
-          <KeyValueTable title={lang === 'zh' ? '找零地址' : 'ADDRESSES FOR CHANGE'}
+          <KeyValueTable title={lang === 'zh' ? '找零地址' : 'Addresses for Change'}
                          items={this.state.changeAddresses.map((address, index) => ({
                            label: index,
                            value: address