fix: 错误的标题

This commit is contained in:
Super12138 2026-02-08 13:18:10 +08:00
parent 9617f8d0aa
commit 9c7fcb8720
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ fun TodoTopAppBar(
) { ) {
if (it) { if (it) {
Text( Text(
text = stringResource(R.string.app_name), text = stringResource(R.string.page_tasks),
maxLines = 1, maxLines = 1,
overflow = TextOverflow.Ellipsis overflow = TextOverflow.Ellipsis
) )

View file

@ -114,7 +114,7 @@
<string name="pref_developer_options_desc">一些调试选项,仅供开发使用</string> <string name="pref_developer_options_desc">一些调试选项,仅供开发使用</string>
<string name="pref_padding">边距</string> <string name="pref_padding">边距</string>
<string name="tip_selected">已选择</string> <string name="tip_selected">已选择</string>
<string name="page_tasks">待办</string> <string name="page_tasks">任务</string>
<string name="page_overview">概览</string> <string name="page_overview">概览</string>
<string name="tip_short_category">尽量使用简短的分类名称</string> <string name="tip_short_category">尽量使用简短的分类名称</string>
<string name="action_clear">清除</string> <string name="action_clear">清除</string>