Skip to content

Commit

Permalink
fix: Add missing string to translation (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomozart authored May 28, 2024
1 parent 2c83a54 commit ddc9c2d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion front/callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

Html::nullHeader("Login", $CFG_GLPI["root_doc"] . '/index.php');
echo '<div class="center spaced"><a href="' . $url_redirect . '">' .
__('Automatic redirection, else click') . '</a>';
__sso('Automatic redirection, else click') . '</a>';
echo '<script type="text/javascript">
if (window.opener) {
window.opener.location="' . $url_redirect . '";
Expand Down
4 changes: 4 additions & 0 deletions locales/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ msgstr "Provedor não encontrado."
msgid "Provider not active."
msgstr "Provedor não ativo."

#: front/callback.php:115
msgid "Automatic redirection, else click"
msgstr "Redirecionamento automático, caso contrário, clique"

#: front/provider.form.php:61 front/provider.form.php:63 front/provider.php:8
#: front/provider.php:10 inc/preference.class.php:64 inc/provider.class.php:59
#: setup.php:40
Expand Down
4 changes: 4 additions & 0 deletions locales/singlesignon.pot
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ msgstr ""
msgid "Provider not active."
msgstr ""

#: front/callback.php:115
msgid "Automatic redirection, else click"
msgstr ""

#: front/provider.form.php:61 front/provider.form.php:63 front/provider.php:8
#: front/provider.php:10 inc/preference.class.php:64 inc/provider.class.php:59
#: setup.php:40
Expand Down

0 comments on commit ddc9c2d

Please sign in to comment.