summaryrefslogtreecommitdiff
path: root/FS/FS/reason_type.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/reason_type.pm')
-rw-r--r--FS/FS/reason_type.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/reason_type.pm b/FS/FS/reason_type.pm
index 193d47e..482ea34 100644
--- a/FS/FS/reason_type.pm
+++ b/FS/FS/reason_type.pm
@@ -13,9 +13,9 @@ our %class_name = (
);
our %class_purpose = (
- 'C' => 'explain why we cancel a package',
- 'R' => 'explain why we credit a customer',
- 'S' => 'explain why we suspend a package',
+ 'C' => 'explain why a customer package was cancelled',
+ 'R' => 'explain why a customer was credited',
+ 'S' => 'explain why a customer package was suspended',
);
=head1 NAME