Skip to content

Commit

Permalink
fixed #2
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksleo committed Jul 27, 2017
1 parent 7720772 commit 0a9a14a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/messages/zh-CN/romrelease.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
'description' => '发布说明',
'created at' => '创建时间',
'updated at' => '更新时间',
'File'=>'文件',
'File' => '文件',
'upload rom here' => '在此上传固件',
];
1 change: 1 addition & 0 deletions src/messages/zh-TW/romrelease.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
'created at' => '創建時間',
'updated at' => '更新時間',
'File' => '文件',
'upload rom here' => '在此上傳固件',
];
2 changes: 1 addition & 1 deletion src/views/default/_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'initialCaption' => $model->url,
'overwriteInitial' => false,
]
])->hint('在此上传APK文件'); ?>
])->hint(Module::t('romrelease', 'upload rom here')); ?>
<?= $form->field($model, 'status')->inline(true)->textInput()->radioList(
RomRelease::getStatusList(), [
'default' => 1
Expand Down

0 comments on commit 0a9a14a

Please sign in to comment.