File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/user_accounts/php Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1362,16 +1362,16 @@ class Edit_User extends \NDB_Form
13621362 if ($ values ['examiner_sites ' ] ?? null ) {
13631363 if ($ values ['examiner_radiologist ' ] == '' ) {
13641364 $ errors ['examiner_group ' ] = dgettext (
1365- "user_accounts " ,
1366- "Please specify if examiner is a radiologist "
1365+ "user_accounts " ,
1366+ "Please specify if examiner is a radiologist "
13671367 );
13681368 }
13691369 if ($ values ['examiner_radiologist ' ] !== ''
13701370 && $ values ['examiner_pending ' ] == ''
13711371 ) {
13721372 $ errors ['examiner_group ' ] = dgettext (
1373- "user_accounts " ,
1374- "Please set pending approval Yes or No "
1373+ "user_accounts " ,
1374+ "Please set pending approval Yes or No "
13751375 );
13761376 }
13771377 } elseif ($ values ['examiner_radiologist ' ] !== ''
You can’t perform that action at this time.
0 commit comments