diff options
author | ivan <ivan> | 2011-10-26 21:56:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-10-26 21:56:49 +0000 |
commit | c1716537b317caa8c964def273176ed88242edbc (patch) | |
tree | 2b81e4119cd5a5d0f210b2867738351c9287357c /FS | |
parent | 54175f2f5a03c876c3085e3ca30337c58ec0cc38 (diff) |
better descriptions for encryption config
Diffstat (limited to 'FS')
-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', }, |