itizawa 6 years ago
parent
commit
d48fd1fb9d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/client/js/components/Admin/Security/SecurityLdapSetting.jsx

+ 2 - 2
src/client/js/components/Admin/Security/SecurityLdapSetting.jsx

@@ -219,7 +219,7 @@ class SecurityLdapSetting extends React.Component {
             </div>
 
             <div className="row mb-5">
-              <strong htmlFor="attrMapMail" className="col-xs-3 text-right">Mail</strong>
+              <strong htmlFor="attrMapMail" className="col-xs-3 text-right">{ t('Email') }</strong>
               <div className="col-xs-6">
                 <input
                   className="form-control"
@@ -238,7 +238,7 @@ class SecurityLdapSetting extends React.Component {
             </div>
 
             <div className="row mb-5">
-              <strong htmlFor="attrMapName" className="col-xs-3 text-right">Name</strong>
+              <strong htmlFor="attrMapName" className="col-xs-3 text-right">{ t('Name') }</strong>
               <div className="col-xs-6">
                 <input
                   className="form-control"