diff options
Diffstat (limited to 'httemplate/misc/change_pkg_date.html')
-rwxr-xr-x | httemplate/misc/change_pkg_date.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/change_pkg_date.html b/httemplate/misc/change_pkg_date.html index 0a23805f4..642a5b89e 100755 --- a/httemplate/misc/change_pkg_date.html +++ b/httemplate/misc/change_pkg_date.html @@ -17,7 +17,7 @@ value => 'now', curr_value => $when, &> - <label for="when_now"><% emt('Now') %></label> + <label for="when_now"><% emt($isstart ? 'Now' : 'Never') %></label> </LI> % if ( $next_bill_date ) { <LI> |