Language issue because we ran into a limitation of variable names caused by indexes on the settings table.
Jeremy D

Jeremy D commited on 2022-05-04 17:52:41
Showing 1 changed files, with 2 additions and 2 deletions.

... ...
@@ -49,8 +49,8 @@ $txt['sfs_verification_options_search'] = 'Search (Not Recommended)';
49 49
 $txt['sfs_verification_options_extra'] = 'Extra sections';
50 50
 $txt['sfs_verification_options_extra_subtext'] = 'Used for other mods or areas that add additional sections using custom verification names.  Use comma separted values. Use % for wildcards';
51 51
 
52
-$txt['sfs_verification_options_members'] = 'Member Verification Sections';
53
-$txt['sfs_verification_options_members_post_threshold'] = 'Post Count after which we stop these checks.';
52
+$txt['sfs_verOptionsMemExtra'] = 'Member Verification Sections';
53
+$txt['sfs_verfOptMemPostThreshold'] = 'Post Count after which we stop these checks.';
54 54
 $txt['sfs_verification_options_membersextra'] = 'Extra sections';
55 55
 
56 56
 /* Request handling */
57 57