fix wrong example

This commit is contained in:
houxg
2017-03-07 10:51:53 +08:00
parent e0e4ce83be
commit b5dbf67d36
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@
<string name="generate_random_note">生成随机笔记</string> <string name="generate_random_note">生成随机笔记</string>
<string name="leanote">蚂蚁笔记</string> <string name="leanote">蚂蚁笔记</string>
<string name="conflict_occurs">糟糕,笔记冲突</string> <string name="conflict_occurs">糟糕,笔记冲突</string>
<string name="host_example">登录接口地址将会是:\n%s/api/login</string> <string name="host_example">登录接口地址将会是:\n%s/api/auth/login</string>
<string name="my_blog">我的博客</string> <string name="my_blog">我的博客</string>
<string name="explore">蚂蚁笔记探索</string> <string name="explore">蚂蚁笔记探索</string>
<string name="toast_notebook_title_not_empty">笔记本的名称不能为空</string> <string name="toast_notebook_title_not_empty">笔记本的名称不能为空</string>

View File

@@ -107,7 +107,7 @@
<string name="github" translatable="false">Github</string> <string name="github" translatable="false">Github</string>
<string name="generate_random_note">Generate random note</string> <string name="generate_random_note">Generate random note</string>
<string name="conflict_occurs">Oops! Conflicts occurs</string> <string name="conflict_occurs">Oops! Conflicts occurs</string>
<string name="host_example">For example, login api will be:\n%s/api/login</string> <string name="host_example">For example, login api will be:\n%s/api/auth/login</string>
<string name="my_blog">My Blog</string> <string name="my_blog">My Blog</string>
<string name="explore">Leanote Explore</string> <string name="explore">Leanote Explore</string>
<string name="toast_notebook_title_not_empty">the notebook title can\'t empty</string> <string name="toast_notebook_title_not_empty">the notebook title can\'t empty</string>