Skip to content

Commit

Permalink
产品kg部分的文字修正
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce committed Apr 11, 2020
1 parent 2341774 commit aee3e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/appadmin/languages/zh-CN/appadmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
'Long (CM)' => '长(CM)',
'Width (CM)' => '宽(CM)',
'High (CM)' => '高(CM)',
'Volume weight (Kg) {link_a} Formula {link_b} ' => '体积重 (Kg) {link_a} 公式 {link_b} ',
'Volume weight (g) {link_a} Formula {link_b} ' => '体积重 () {link_a} 公式 {link_b} ',
'Weight (G)' => '重量(克)',
'Score' => '分值',
'Status' => '状态',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public function getBaseInfo()
'require' => 0,
],
[
'label' => '<span >' . Yii::$service->page->translate->__('Volume weight (Kg) {link_a} Formula {link_b} ', [ 'link_a' => '<a target="_blank" href="http://www.fecshop.com/topic/659">' , 'link_b' => '</a>' ]) . '</span>' ,
'label' => '<span >' . Yii::$service->page->translate->__('Volume weight (g) {link_a} Formula {link_b} ', [ 'link_a' => '<a target="_blank" href="http://www.fecshop.com/topic/659">' , 'link_b' => '</a>' ]) . '</span>' ,
'name' => 'volume_weight',
'display' => [
'type' => 'inputString',
Expand Down

0 comments on commit aee3e7f

Please sign in to comment.