Skip to content

Commit

Permalink
manager: Enter -> Open
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Feb 23, 2024
1 parent 648d56d commit c95163b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ private fun ModuleItem(
Text(
fontFamily = MaterialTheme.typography.labelMedium.fontFamily,
fontSize = MaterialTheme.typography.labelMedium.fontSize,
text = stringResource(R.string.enter),
text = stringResource(R.string.open),
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion manager/app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@
<string name="settings_check_update">检查更新</string>
<string name="settings_check_update_summary">在应用启动后自动检查是否有最新版</string>
<string name="grant_root_failed">获取 root 失败!</string>
<string name="enter">进入</string>
<string name="open">打开</string>
</resources>
2 changes: 1 addition & 1 deletion manager/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@
<string name="settings_check_update">Check update</string>
<string name="settings_check_update_summary">Automatically check for updates when opening the app</string>
<string name="grant_root_failed">Failed to grant root!</string>
<string name="enter">Enter</string>
<string name="open">Open</string>
</resources>

0 comments on commit c95163b

Please sign in to comment.