mantis: add custom string for otp

This commit is contained in:
Louis Abel 2024-09-12 16:38:35 -07:00
parent b61cb7a22b
commit d2f2153dee
Signed by: label
GPG Key ID: 2A6975660E424560

View File

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