diff options
author | Matt Selsky <selsky@columbia.edu> | 2015-01-30 14:58:17 +0100 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2015-01-30 14:58:17 +0100 |
commit | bc69ce1ee27229f7054147526a76aa0cd6980c8c (patch) | |
tree | c8752c409250f52b5fd0597f9d4aca9472f06180 /js | |
parent | b8575ad2d8504d7ea5f317ac1568085f9e75ba8f (diff) | |
download | bugzilla-bc69ce1ee27229f7054147526a76aa0cd6980c8c.tar.gz bugzilla-bc69ce1ee27229f7054147526a76aa0cd6980c8c.tar.xz |
Bug 488942: The term "bookmarkable template" is meaningless to new users, change to "Make Template". r=gerv, a=glob.
Diffstat (limited to 'js')
-rw-r--r-- | js/field.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/field.js b/js/field.js index c24603988..c0a2218a8 100644 --- a/js/field.js +++ b/js/field.js @@ -11,7 +11,7 @@ var bz_no_validate_enter_bug = false; function validateEnterBug(theform) { - // This is for the "bookmarkable templates" button. + // This is for the "Make Template" button. if (bz_no_validate_enter_bug) { // Set it back to false for people who hit the "back" button bz_no_validate_enter_bug = false; |