diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/components/confirm-delete.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl index 4ba73d08b..75b20f14e 100644 --- a/template/en/default/admin/components/confirm-delete.html.tmpl +++ b/template/en/default/admin/components/confirm-delete.html.tmpl @@ -26,7 +26,8 @@ # which the component belongs. #%] -[% title = BLOCK %]Delete Component of Product '[% product.name FILTER html %]' +[% title = BLOCK %]Delete component '[% comp.name FILTER html %]' +from '[% product.name FILTER html %]' product [% END %] [% PROCESS global/header.html.tmpl |