From: Ivan Kohler Date: Thu, 3 Mar 2016 01:46:14 +0000 (-0800) Subject: 'Package type' isn't a thing, try to be more clear with wording X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8001d7c57b9f93d91c55528f5c758a8d523220b9 'Package type' isn't a thing, try to be more clear with wording --- diff --git a/httemplate/view/cust_main/packages/hidden.html b/httemplate/view/cust_main/packages/hidden.html index 9efe3fc71..e1ffb365e 100644 --- a/httemplate/view/cust_main/packages/hidden.html +++ b/httemplate/view/cust_main/packages/hidden.html @@ -9,9 +9,9 @@ % if ( $pkgpart_change and $location_change ) { - <% emt('Package type and location change') %> + <% emt('Package and location change') %> % } elsif ( $pkgpart_change ) { - <% emt('Package type change') %> + <% emt('Package change') %> % } elsif ( $location_change ) { <% emt('Location change') %> % } else { # in case the package was somehow replaced with itself