Add a missing i18n tag for assetName.
This commit is contained in:
parent
daf6c7bd92
commit
1fc14a0cd3
1 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,12 @@ use strict;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'assetName' => {
|
||||
message => q|Story|,
|
||||
context => q|Story, as in news story.|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'headline' => {
|
||||
message => q|Headline|,
|
||||
context => q|Usually the title of a story. Label in the edit screen and template.|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue