itizawa 6 лет назад
Родитель
Сommit
f96b08ce8e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/client/js/components/Admin/Security/TwitterSecuritySetting.jsx

+ 1 - 1
src/client/js/components/Admin/Security/TwitterSecuritySetting.jsx

@@ -63,7 +63,7 @@ class TwitterSecurityManagement extends React.Component {
 
 
         {this.state.retrieveError != null && (
         {this.state.retrieveError != null && (
         <div className="alert alert-danger">
         <div className="alert alert-danger">
-          <p>{t('Error occurred')}</p>
+          <p>{t('Error occurred')} : {this.state.err}</p>
         </div>
         </div>
         )}
         )}