summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/products')
-rw-r--r--template/en/default/admin/products/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl
index 8816ed12b..256896043 100644
--- a/template/en/default/admin/products/edit.html.tmpl
+++ b/template/en/default/admin/products/edit.html.tmpl
@@ -138,7 +138,7 @@ versions:</a>
<input type="hidden" name="token" value="[% token FILTER html %]">
<input type="hidden" name="classification"
value="[% classification.name FILTER html %]">
- <input type="submit" name="submit" value="Update">
+ <input type="submit" name="submit" value="Save Changes">
</form>
[% PROCESS "admin/products/footer.html.tmpl"