summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/components
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/components')
-rw-r--r--template/en/default/admin/components/edit.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl
index 291e1dd61..0e3415da4 100644
--- a/template/en/default/admin/components/edit.html.tmpl
+++ b/template/en/default/admin/components/edit.html.tmpl
@@ -29,7 +29,9 @@
[% PROCESS global/variables.none.tmpl %]
-[% title = BLOCK %]Edit Component '[% comp.name FILTER html %]'[% END %]
+[% title = BLOCK %]
+ Edit component '[% comp.name FILTER html %]' of product '[% product.name FILTER html %]'
+[% END %]
[% PROCESS global/header.html.tmpl
title = title
%]