diff --git a/web/react/components/admin_console/gitlab_settings.jsx b/web/react/components/admin_console/gitlab_settings.jsx index 744fa3b197..ad9950eeac 100644 --- a/web/react/components/admin_console/gitlab_settings.jsx +++ b/web/react/components/admin_console/gitlab_settings.jsx @@ -167,7 +167,7 @@ class GitLabSettings extends React.Component {
@@ -376,4 +376,4 @@ GitLabSettings.propTypes = { config: React.PropTypes.object }; -export default injectIntl(GitLabSettings); \ No newline at end of file +export default injectIntl(GitLabSettings); diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json index 0d7be4b08d..e29df7d70a 100644 --- a/web/static/i18n/en.json +++ b/web/static/i18n/en.json @@ -97,7 +97,7 @@ "admin.email.testing": "Testing...", "admin.email.true": "true", "admin.gitab.clientSecretDescription": "Obtain this value via the instructions above for logging into GitLab.", - "admin.gitlab.EnableHtmlDesc": "
  1. Log in to your GitLab account and go to Applications -> Profile Settings.
  2. Enter Redirect URIs \"/login/gitlab/complete\" (example: http://localhost:8065/login/gitlab/complete) and \"/signup/gitlab/complete\".
  3. Then use \"Secret\" and \"Id\" fields from GitLab to complete the options below.
  4. Complete the Endpoint URLs below.
", + "admin.gitlab.EnableHtmlDesc": "
  1. Log in to your GitLab account and go to Profile Settings -> Applications.
  2. Enter Redirect URIs \"/login/gitlab/complete\" (example: http://localhost:8065/login/gitlab/complete) and \"/signup/gitlab/complete\".
  3. Then use \"Secret\" and \"Id\" fields from GitLab to complete the options below.
  4. Complete the Endpoint URLs below.
", "admin.gitlab.authDescription": "Enter https:///oauth/authorize (example https://example.com:3000/oauth/authorize). Make sure you use HTTP or HTTPS in your URL depending on your server configuration.", "admin.gitlab.authExample": "Ex \"\"", "admin.gitlab.authTitle": "Auth Endpoint:", diff --git a/web/static/i18n/es.json b/web/static/i18n/es.json index ea1b4663a7..1f8a2bde78 100644 --- a/web/static/i18n/es.json +++ b/web/static/i18n/es.json @@ -97,7 +97,7 @@ "admin.email.testing": "Probando...", "admin.email.true": "verdadero", "admin.gitab.clientSecretDescription": "Utilizar este valor vía instrucciones suministradas anteriormente para iniciar sesión en GitLab.", - "admin.gitlab.EnableHtmlDesc": "
  1. Inicia sesión con tu cuenta en GitLab y dirigete a Applications -> Profile Settings.
  2. Ingresa los URIs \"/login/gitlab/complete\" (ejemplo: http://localhost:8065/login/gitlab/complete) y \"/signup/gitlab/complete\".
  3. Luego utiliza los valores de los campos \"Secret\" e \"Id\" de GitLab y completa las opciones que abajo se presentan.
  4. Completa las dirección URLs abajo.
", + "admin.gitlab.EnableHtmlDesc": "
  1. Inicia sesión con tu cuenta en GitLab y dirigete a Profile Settings -> Applications.
  2. Ingresa los URIs \"/login/gitlab/complete\" (ejemplo: http://localhost:8065/login/gitlab/complete) y \"/signup/gitlab/complete\".
  3. Luego utiliza los valores de los campos \"Secret\" e \"Id\" de GitLab y completa las opciones que abajo se presentan.
  4. Completa las dirección URLs abajo.
", "admin.gitlab.authDescription": "Ingresar /oauth/authorize (example http://localhost:3000/oauth/authorize). Asegurate que si utilizas HTTPS o HTTPS tus URLS sean correctas", "admin.gitlab.authExample": "Ej \"\"", "admin.gitlab.authTitle": "URL para autentificación:", diff --git a/web/static/i18n/pt.json b/web/static/i18n/pt.json index e95ca3b9fe..3ffd0cd876 100644 --- a/web/static/i18n/pt.json +++ b/web/static/i18n/pt.json @@ -97,7 +97,7 @@ "admin.email.testing": "Testando...", "admin.email.true": "verdadeiro", "admin.gitab.clientSecretDescription": "Obter este valor de acordo com as instruções acima para logar no GitLab.", - "admin.gitlab.EnableHtmlDesc": "
  1. Faça login na sua conta do GitLab e vá para Aplicativos -> Configurações do perfil.
  2. Digite redirecionamento URIs \"/login/gitlab/complete\" (exemplo: http://localhost:8065/login/gitlab/complete) e \"/signup/gitlab/complete\".
  3. Em seguida, use os campos \"Secret\" e \"Id\" do Gitlab para completar as opções abaixo.
  4. Complete o Endpoint com as URLs abaixo.
", + "admin.gitlab.EnableHtmlDesc": "
  1. Faça login na sua conta do GitLab e vá para Configurações do perfil -> Aplicativos.
  2. Digite redirecionamento URIs \"/login/gitlab/complete\" (exemplo: http://localhost:8065/login/gitlab/complete) e \"/signup/gitlab/complete\".
  3. Em seguida, use os campos \"Secret\" e \"Id\" do Gitlab para completar as opções abaixo.
  4. Complete o Endpoint com as URLs abaixo.
", "admin.gitlab.authDescription": "Entre https:///oauth/authorize (exemplo https://example.com:3000/oauth/authorize). Tenha certeza de usar HTTP ou HTTPS na sua URL dependendo da configuração do seu servidor.", "admin.gitlab.authExample": "Ex \"\"", "admin.gitlab.authTitle": "Autenticação Endpoint:",