diff --git a/templates/var/www/mantis/config/custom_strings_inc.php.j2 b/templates/var/www/mantis/config/custom_strings_inc.php.j2 index 74521da..dd05fc8 100644 --- a/templates/var/www/mantis/config/custom_strings_inc.php.j2 +++ b/templates/var/www/mantis/config/custom_strings_inc.php.j2 @@ -8,5 +8,6 @@ switch( $g_active_language ) { $s_access_levels_enum_string = '10:viewer,25:reporter,40:updater,55:developer,56:QA,70:manager,90:administrator'; $s_email_notification_title_for_status_bug_needinfo = 'The following issue has been set to NEEDINFO'; + $s_otp_token_string = 'OTP Token (if you have one)'; break; }