mirror of
https://github.com/leanote/leanote-android.git
synced 2025-10-14 22:25:40 +00:00
fix wrong example
This commit is contained in:
@@ -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>
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user