itizawa 6 лет назад
Родитель
Сommit
3d529b7fc2

+ 1 - 1
resource/locales/en-US/translation.json

@@ -472,7 +472,7 @@
     "providerName": "Provider Name",
     "issuerHost": "Issuer Host",
     "scope": "Scope",
-    "desc_of_callback_URL": "Use it in the setting of the SAML Identity provider",
+    "desc_of_callback_URL": "Use it in the setting of the {{AuthName}} Identity provider",
     "clientID": "Client ID",
     "client_secret": "Client Secret",
     "guest_mode": {

+ 1 - 1
resource/locales/ja/translation.json

@@ -467,7 +467,7 @@
     "xss_prevent_setting":"XSS(Cross Site Scripting)対策設定",
     "xss_prevent_setting_link":"マークダウン設定ページに移動",
     "callback_URL": "コールバックURL",
-    "desc_of_callback_URL": "SAML Identity プロバイダ側の設定で利用してください。",
+    "desc_of_callback_URL": "{{AuthName}} プロバイダ側の設定で利用してください。",
     "clientID": "クライアントID",
     "client_secret": "クライアントシークレット",
     "guest_mode": {

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

@@ -52,7 +52,7 @@ class SamlSecurityManagement extends React.Component {
               value={adminSamlSecurityContainer.state.callbackUrl}
               readOnly
             />
-            <p className="help-block small">{ t('security_setting.desc_of_callback_URL') }</p>
+            <p className="help-block small">{ t('security_setting.desc_of_callback_URL', { AuthName: 'SAML Identity' }) }</p>
             {!adminSamlSecurityContainer.state.appSiteUrl && (
             <div className="alert alert-danger">
               <i