Fix broken i18n.
This commit is contained in:
parent
cf68263eb3
commit
6e09355ef5
5 changed files with 21 additions and 5 deletions
|
|
@ -67,8 +67,8 @@ sub editSettingsForm {
|
|||
name => "userAccountLayoutTemplateId",
|
||||
value => $self->getLayoutTemplateId,
|
||||
namespace => "Account/Layout",
|
||||
label => $i18n->get("layout template label"),
|
||||
hoverHelp => $i18n->get("layout template hoverHelp")
|
||||
label => $i18n->get("user layout template label"),
|
||||
hoverHelp => $i18n->get("user layout template hoverHelp")
|
||||
);
|
||||
$f->raw(q{<tr><td class="formDescription" colspan="2"> </td></tr>});
|
||||
$f->readOnly (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue