Browse Source

Merge branch 'develop'

# Conflicts:
#	Application/Home/View/Index/index.html
star7th 9 years ago
parent
commit
d45e948448
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Application/Home/View/Index/index.html

+ 1 - 1
Application/Home/View/Index/index.html

@@ -32,7 +32,7 @@
   <div class="right pull-right">
     <ul class="inline pull-right">
 	  <if condition="$login_user">
-	    <li ><a href="{:U('Home/Item/index')}">{$Think.lang.help}</a></li>
+	    <li ><a href="{:U('Home/Item/index')}">{$Think.lang.my_item}</a></li>
 	    <else />
 	    <li ><a href="{:U('Home/User/login')}">{$Think.lang.index_login_or_register}</a></li>
 	  </if>