mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
i18n wrong label in BlogPost.php
Wrong Description label for additional credits description, uses PublishDate_Description.
This commit is contained in:
parent
6321417bc4
commit
a5d242006f
@ -214,7 +214,7 @@ class BlogPost extends Page {
|
|||||||
null,
|
null,
|
||||||
1024
|
1024
|
||||||
)->setDescription(_t(
|
)->setDescription(_t(
|
||||||
'BlogPost.PublishDate_Description',
|
'BlogPost.AdditionalCredits_Description',
|
||||||
'If some authors of this post don\'t have CMS access, enter their name(s) here. You can separate multiple names with a comma.')
|
'If some authors of this post don\'t have CMS access, enter their name(s) here. You can separate multiple names with a comma.')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user