manager: Enter -> Open

This commit is contained in:
weishu
2024-02-23 19:47:37 +08:00
parent 648d56da39
commit c95163b144
3 changed files with 3 additions and 3 deletions

View File

@@ -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),
)
}
}

View File

@@ -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>

View File

@@ -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>