Steven Fukase пре 5 година
родитељ
комит
ec6eafcd37
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/client/js/components/Admin/App/AppSetting.jsx

+ 2 - 2
src/client/js/components/Admin/App/AppSetting.jsx

@@ -119,7 +119,7 @@ class AppSetting extends React.Component {
                 name="mailVisibility"
                 value="show-mail-address"
               />
-              <label className="custom-control-label" htmlFor="radio1">{t('show')}</label>
+              <label className="custom-control-label" htmlFor="radio1">{t('Show')}</label>
             </div>
 
             <div className="custom-control custom-radio custom-control-inline">
@@ -130,7 +130,7 @@ class AppSetting extends React.Component {
                 name="mailVisibility"
                 value="hide-mail-address"
               />
-              <label className="custom-control-label" htmlFor="radio2">{t('hide')}</label>
+              <label className="custom-control-label" htmlFor="radio2">{t('Hide')}</label>
             </div>
 
           </div>