diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 33fbe504a..81da95a28 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,6 +1,7 @@ 7.9.5 - fixed #11556: New cart doesn't work with other forms on the same page - fixed #11557: Shop credit deduction calculated incorrectly + - fixed #11561: PayDriver_Cash - password help 7.9.4 - We're shipping underscore.js now for its suite of extremely handy utility diff --git a/lib/WebGUI/i18n/English/PayDriver_Cash.pm b/lib/WebGUI/i18n/English/PayDriver_Cash.pm index a55474fde..ae795552c 100644 --- a/lib/WebGUI/i18n/English/PayDriver_Cash.pm +++ b/lib/WebGUI/i18n/English/PayDriver_Cash.pm @@ -59,17 +59,6 @@ our $I18N = { context => q|Hover help for the summary template field in the configuration form of the Cash module.| }, - 'password' => { - message => q|Password|, - lastUpdated => 0, - context => q|Form label in the configuration form of the iTransact module.| - }, - 'password help' => { - message => q|The password for your ITransact account.|, - lastUpdated => 0, - context => q|Hover help for the password field in the configuration form of the iTransact module.| - }, - 'Pay' => { message => q|Pay|, lastUpdated => 0,