Update 'very old' cat name

This commit is contained in:
Daniel Glus 2017-10-15 22:07:56 -04:00
parent 2f19566ece
commit 19ac92b6d8

View File

@ -1190,7 +1190,7 @@
new AFCH.status.Element( 'Continue to next $1, $2, or $3 »', { new AFCH.status.Element( 'Continue to next $1, $2, or $3 »', {
'$1': AFCH.makeLinkElementToCategory( 'Pending AfC submissions', 'random submission' ), '$1': AFCH.makeLinkElementToCategory( 'Pending AfC submissions', 'random submission' ),
'$2': AFCH.makeLinkElementToCategory( 'AfC pending submissions by age/0 days ago', 'GFOO submission' ), '$2': AFCH.makeLinkElementToCategory( 'AfC pending submissions by age/0 days ago', 'GFOO submission' ),
'$3': AFCH.makeLinkElementToCategory( 'AfC submissions by age/Very old', 'very old submission' ) '$3': AFCH.makeLinkElementToCategory( 'AfC pending submissions by age/Very old', 'very old submission' )
} ); } );
// Also, automagically reload the page in place // Also, automagically reload the page in place