fixed description

This commit is contained in:
Edward Yang 2022-08-19 17:10:31 +08:00
parent 44cc4f6c72
commit 25dc11c69f
2 changed files with 6 additions and 2 deletions

View File

@ -155,6 +155,9 @@ return [
|
*/
'attributes' => [],
'attributes' => [
'descriptions.en.title' => 'Title',
'descriptions.zh_cn.title' => 'Title',
],
];

View File

@ -156,7 +156,8 @@ return [
*/
'attributes' => [
'descriptions.en.title' => '信息标题'
'descriptions.en.title' => '英文标题',
'descriptions.zh_cn.title' => '中文标题',
],
];