PluginProbe
Two Factor Authentication / 1.2.6
Two Factor Authentication v1.2.6
1.12.2 1.13.0 1.14.10 1.14.11 1.14.14 1.14.15 1.14.16 1.14.17 1.14.23 1.14.24 1.14.26 1.14.27 1.14.3 1.14.4 1.14.5 1.14.7 1.14.8 1.15.5 1.16.0 1.2.10 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 All 98 releases
← All changes | includes/user_settings.php +4 -4 1.2.161.2.6 View file →
@@ -37,14 +37,14 @@
37 37 </style>
38 38 <div class="wrap">
39 39
40 40 <?php screen_icon('tfa-plugin'); ?>
41 - <h2><?php echo __('Two Factor Authentication', 'two-factor-authentication').' '.__('Settings', 'two-factor-authentication'); ?></h2>
41 + <h2><?php echo __('Two Factor Authentication', SIMBA_TFA_TEXT_DOMAIN).' '.__('Settings', SIMBA_TFA_TEXT_DOMAIN); ?></h2>
42 42
43 43 <?php
44 44
45 45 if (isset($tfa_settings_saved)) {
46 - echo '<div class="updated notice is-dismissible">'."<p><strong>".__('Settings saved.', 'two-factor-authentication')."</strong></p></div>";
46 + echo '<div class="updated notice is-dismissible">'."<p><strong>".__('Settings saved.', SIMBA_TFA_TEXT_DOMAIN)."</strong></p></div>";
47 47 }
48 48
49 49 $simba_two_factor_authentication->settings_intro_notices();
50 50
@@ -51,13 +51,13 @@
51 51 ?>
52 52
53 53 <!-- New Radios to enable/disable tfa -->
54 54 <form method="post" action="<?php print esc_url(add_query_arg('settings-updated', 'true', $_SERVER['REQUEST_URI'])); ?>">
55 - <h2><?php _e('Activate two factor authentication', 'two-factor-authentication'); ?></h2>
55 + <h2><?php _e('Activate two factor authentication', SIMBA_TFA_TEXT_DOMAIN); ?></h2>
56 56 <p>
57 57 <?php
58 58 $date_now = get_date_from_gmt(gmdate('Y-m-d H:i:s'), 'Y-m-d H:i:s');
59 - echo sprintf(__('N.B. Generating two-factor codes depends upon your web-server and your TFA app/device agreeing upon the time. The current UTC time according to the server when this page loaded: %s', 'two-factor-authentication'), htmlspecialchars($date_now));
59 + echo sprintf(__('N.B. Generating two-factor codes depends upon your web-server and your TFA app/device agreeing upon the time. The current UTC time according to the server when this page loaded: %s', SIMBA_TFA_TEXT_DOMAIN), htmlspecialchars($date_now));
60 60 ?>
61 61 </p>
62 62 <p>
63 63 <?php