fix typos in the Help and i18n for the Newsletter
This commit is contained in:
parent
c615268d94
commit
16e44d42f0
2 changed files with 4 additions and 2 deletions
|
|
@ -78,6 +78,7 @@ our $HELP = { ##hashref of hashes
|
|||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'newsletter template' => {
|
||||
|
|
@ -121,6 +122,7 @@ our $HELP = { ##hashref of hashes
|
|||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ our $I18N = {
|
|||
context => q|asset property|
|
||||
},
|
||||
|
||||
'newsletteer header help' => {
|
||||
'newsletter header help' => {
|
||||
message => q|A message the will be placed at the top of the newsletter; like a greeting.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for asset property|
|
||||
|
|
@ -186,7 +186,7 @@ our $I18N = {
|
|||
context => q|asset property|
|
||||
},
|
||||
|
||||
'newsletteer footer help' => {
|
||||
'newsletter footer help' => {
|
||||
message => q|A message the will be placed at the bottom of the newsletter; like a salutation.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for asset property|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue