fix: 错误的标题
This commit is contained in:
parent
9617f8d0aa
commit
9c7fcb8720
2 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ fun TodoTopAppBar(
|
|||
) {
|
||||
if (it) {
|
||||
Text(
|
||||
text = stringResource(R.string.app_name),
|
||||
text = stringResource(R.string.page_tasks),
|
||||
maxLines = 1,
|
||||
overflow = TextOverflow.Ellipsis
|
||||
)
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@
|
|||
<string name="pref_developer_options_desc">一些调试选项,仅供开发使用</string>
|
||||
<string name="pref_padding">边距</string>
|
||||
<string name="tip_selected">已选择</string>
|
||||
<string name="page_tasks">待办</string>
|
||||
<string name="page_tasks">任务</string>
|
||||
<string name="page_overview">概览</string>
|
||||
<string name="tip_short_category">尽量使用简短的分类名称</string>
|
||||
<string name="action_clear">清除</string>
|
||||
|
|
|
|||
Loading…
Reference in a new issue