diff --git a/Templates/partial.html.ep.tem b/Templates/partial.html.ep.tem
index 0044ef7..39dd949 100644
--- a/Templates/partial.html.ep.tem
+++ b/Templates/partial.html.ep.tem
@@ -12,14 +12,15 @@
%= dumper $$${prefix}_data
% }
- % my $btn = l('APPLY');
-
+ % my $btn = l('SAVE');
% $c->param(Selected => undef); #This may need deleting for a params panel - only needed for a table
%= form_for "${lcPackageName}u" => (method => 'POST') => begin
% param 'trt' => $$${prefix}_data->{trt} unless param 'trt';
%= hidden_field 'trt' => $$${prefix}_data->{trt}
%# Inputs etc in here.
+ %# ....
%# Probably finally by a submit.
+ %= submit_button $btn, class => 'action'
%end
\ No newline at end of file