* Fix bug.

This commit is contained in:
滔哥
2018-09-29 07:59:29 +08:00
parent af4b70e860
commit bf0624329e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<div class='center-block mw-800px center-block-sm'>
<div class="main-header">
<h2>
<?php echo $lang->entry->api;?>
<?php echo $lang->entry->common;?>
<small><?php echo $lang->arrow . ' ' . $lang->entry->create;?></small>
</h2>
</div>
+1 -1
View File
@@ -16,7 +16,7 @@
<div class='center-block mw-800px center-block-sm'>
<div class="main-header">
<h2>
<?php echo $lang->entry->api;?>
<?php echo $lang->entry->common;?>
<small><?php echo $lang->arrow . ' ' . $lang->entry->edit;?></small>
</h2>
</div>