Remove i18n echo calls in Account/Shop My Sales template.
This commit is contained in:
parent
c668226651
commit
9af746c7af
3 changed files with 15 additions and 2 deletions
|
|
@ -10,6 +10,7 @@
|
|||
- fixed #10653: Story Archive: Description text doesn't display
|
||||
- fixed #10656: Story: Photo caption doesn't appear
|
||||
- fixed #10658: Delete in Story Archive doesn't delete in Story Topic
|
||||
- fixed #10676: Settings>Account Tab: typos
|
||||
|
||||
7.7.15
|
||||
- fixed #10629: WebGUI::ProfileField create new field bug
|
||||
|
|
|
|||
|
|
@ -120,8 +120,8 @@ sub editSettingsForm {
|
|||
name => 'shopMySalesTemplateId',
|
||||
value => $self->session->setting->get('shopMySalesTemplateId'),
|
||||
namespace => 'Shop/MySales',
|
||||
label => $shopi18n->echo('my sales template'),
|
||||
hoverHelp => $shopi18n->echo('my sales template help'),
|
||||
label => $i18n->get('my sales template'),
|
||||
hoverHelp => $i18n->get('my sales template help'),
|
||||
);
|
||||
|
||||
return $f->printRowsOnly;
|
||||
|
|
|
|||
|
|
@ -60,6 +60,18 @@ our $I18N = {
|
|||
context => q{Label for the manage tax tab},
|
||||
},
|
||||
|
||||
'my sales template' => {
|
||||
message => q{My Sales Template},
|
||||
lastUpdated => 0,
|
||||
context => q{Template for displaying My Sales},
|
||||
},
|
||||
|
||||
'my sales template help' => {
|
||||
message => q{Template to render the screen where vendor sales are displayed.},
|
||||
lastUpdated => 0,
|
||||
context => q{hoverhelp for settings},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue