From f7606823141314c38a7e100b1b63ef54a7f32e4e Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Mon, 4 Nov 2013 18:25:37 +0000 Subject: [PATCH] Rename 'name' to 'variable' on the form designer --- include/staff/dynamic-form.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/staff/dynamic-form.inc.php b/include/staff/dynamic-form.inc.php index b5f18b141..1685d6cac 100644 --- a/include/staff/dynamic-form.inc.php +++ b/include/staff/dynamic-form.inc.php @@ -59,7 +59,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); <th>Type</th> <th>Internal</th> <th>Required</th> - <th>Name</th> + <th>Variable</th> <th>Delete</th> </tr> </thead> @@ -95,7 +95,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); <th>Type</th> <th>Internal</th> <th>Required</th> - <th>Name</th> + <th>Variable</th> <th>Delete</th> </tr> </thead> -- GitLab