Project

General

Profile

« Previous | Next » 

Revision 96b7727d

Added by Chris Buechler over 9 years ago

s/delet the/delete the/g

Credit for idea to Phil Davis

View differences:

src/usr/local/www/firewall_aliases_edit.php
926 926
			delete_row(event.target.id);
927 927
		}
928 928
		else
929
			alert('<?php echo gettext("You may not delet the last one!")?>');
929
			alert('<?php echo gettext("You may not delete the last one!")?>');
930 930
	});
931 931

  
932 932
	$('#type').on('change', function() {
src/usr/local/www/services_unbound_acls.php
494 494
			delete_row(event.target.id);
495 495
		}
496 496
		else
497
			alert('<?php echo gettext("You may not delet the last one!")?>');
497
			alert('<?php echo gettext("You may not delete the last one!")?>');
498 498
	});
499 499
});
500 500
//]]>
src/usr/local/www/vpn_pppoe_edit.php
781 781
			delete_row(event.target.id);
782 782
		}
783 783
		else
784
			alert('<?php echo gettext("You may not delet the last one!")?>');
784
			alert('<?php echo gettext("You may not delete the last one!")?>');
785 785
	});
786 786
});
787 787
//]]>

Also available in: Unified diff