diff options
author | ivan <ivan> | 2011-10-26 21:56:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-10-26 21:56:44 +0000 |
commit | 45f917c5e78ecc969eca54a585a63aa347ded600 (patch) | |
tree | ca9dc601a659cf55e9694dd8baa681dd549230d8 | |
parent | b6af2547c140e90ae6ec18d09c4863c3836e7ce6 (diff) |
better descriptions for encryption config
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 457364470..548880604 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -732,7 +732,7 @@ my %payment_gateway_options = ( { 'key' => 'encryption', 'section' => 'billing', - 'description' => 'Enable encryption of credit cards and eheck numbers', + 'description' => 'Enable encryption of credit cards and echeck numbers', 'type' => 'checkbox', }, |