fixed: ITransact error message now shows link to go back

This commit is contained in:
Doug Bell 2008-08-08 17:29:56 +00:00
parent 3527aef07d
commit 8c2c073a26
3 changed files with 13 additions and 2 deletions

View file

@ -112,6 +112,11 @@ our $I18N = {
context => q|Generic label for credit cards to be used through the pay drivers|,
},
'try again' => {
message => q{Go back to try again},
lastUpdated => 0,
context => q{Link to begin checkout again after failure},
},
};
1;