Skip to content

Commit

Permalink
Change language texts
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Mühl committed Jan 5, 2018
1 parent a0be33e commit aa8a32a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Resources/contao/languages/de/tl_settings.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php

$GLOBALS['TL_LANG']['tl_settings']['tfaTtopDiscrepancy'][0] = 'Erlaubte 2FA-Diskrepanz';
$GLOBALS['TL_LANG']['tl_settings']['tfaTtopDiscrepancy'][1] = 'Gibt an wie viele Perioden der eingegebene 2FA-Code vom Server-Code abweichen kann (z.B. 1 erlaubt eine Abweichung von &plusmn;30 Sekunden, 2 erlaubt &plusmn;60 Sekunden, &hellip;)';
$GLOBALS['TL_LANG']['tl_settings']['tfaTtopDiscrepancy'][1] = 'Gibt an wie viele Perioden der eingegebene 2FA-Code vom Server-Code abweichen kann (1 erlaubt eine Abweichung von &plusmn;30 Sekunden, 2 erlaubt &plusmn;60 Sekunden, &hellip;).';
2 changes: 1 addition & 1 deletion src/Resources/contao/languages/en/tl_settings.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php

$GLOBALS['TL_LANG']['tl_settings']['tfaTtopDiscrepancy'][0] = 'Allowed 2FA discrepancy';
$GLOBALS['TL_LANG']['tl_settings']['tfaTtopDiscrepancy'][1] = 'Specifies how many periods the entered 2FA code can deviate from the server-code (e.g. 1 allows for a deviation of &plusmn;30 seconds, 2 allows for &plusmn;60 seconds, &hellip;)';
$GLOBALS['TL_LANG']['tl_settings']['tfaTtopDiscrepancy'][1] = 'Specifies how many periods the entered 2FA code can deviate from the server-code (1 allows for a deviation of &plusmn;30 seconds, 2 allows for &plusmn;60 seconds, &hellip;).';

0 comments on commit aa8a32a

Please sign in to comment.