Internationalize a label in the My Purchases account plugin template. Fixes bug #12241
This commit is contained in:
parent
68da3427c5
commit
3c44dae9e9
3 changed files with 7 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
- fixed #12238: Old template attachement in search template slows down sites
|
||||
- fixed #12239: Still get cart error message after removing extra recurring items from the cart
|
||||
- fixed #12240: Empty Extend Calendar Recurrance version tags
|
||||
- fixed #12241: Account Shop
|
||||
|
||||
7.10.22
|
||||
- rfe #12223: Add date type to content profiling (metadata)
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -99,6 +99,12 @@ our $I18N = {
|
|||
lastUpdated => 1230844137,
|
||||
},
|
||||
|
||||
'Return to Account' => {
|
||||
message => q{Return to Account},
|
||||
context => q{label for templates that want to provide a link back to the main account page},
|
||||
lastUpdated => 1230844137,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue