fix wrong example

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

View File

@@ -105,5 +105,5 @@
<string name="generate_random_note">生成随机笔记</string>
<string name="leanote">蚂蚁笔记</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>
</resources>

View File

@@ -107,6 +107,6 @@
<string name="github" translatable="false">Github</string>
<string name="generate_random_note">Generate random note</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>
</resources>