mirror of
https://github.com/leanote/leanote-android.git
synced 2025-10-15 14:51:04 +00:00
fix wrong example
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
<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>
|
||||
<string name="my_blog">我的博客</string>
|
||||
<string name="explore">蚂蚁笔记探索</string>
|
||||
<string name="toast_notebook_title_not_empty">笔记本的名称不能为空</string>
|
||||
|
@@ -107,7 +107,7 @@
|
||||
<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>
|
||||
<string name="my_blog">My Blog</string>
|
||||
<string name="explore">Leanote Explore</string>
|
||||
<string name="toast_notebook_title_not_empty">the notebook title can\'t empty</string>
|
||||
|
Reference in New Issue
Block a user