From 44ff55a20a8860a23532666c5a7630c6171173c6 Mon Sep 17 00:00:00 2001 From: Brian Tafoya <btafoya@briantafoya.com> Date: Thu, 22 Aug 2013 09:49:10 -0400 Subject: [PATCH] Copy typo --- include/staff/page.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/page.inc.php b/include/staff/page.inc.php index 35881ee74..ea9d2c639 100644 --- a/include/staff/page.inc.php +++ b/include/staff/page.inc.php @@ -29,7 +29,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); <input type="hidden" name="do" value="<?php echo $action; ?>"> <input type="hidden" name="a" value="<?php echo Format::htmlchars($_REQUEST['a']); ?>"> <input type="hidden" name="id" value="<?php echo $info['id']; ?>"> - <h2>Email Template</h2> + <h2>Site Pages</h2> <table class="form_table" width="940" border="0" cellspacing="0" cellpadding="2"> <thead> <tr> -- GitLab