| @@ -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 |