manager: rename "umount modules" -> "Hide modules"

This commit is contained in:
weishu
2023-06-04 14:25:29 +08:00
parent 11d0029a4b
commit 4ac137313f
9 changed files with 13 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ fun AppProfileConfig(
}
SwitchItem(
title = stringResource(R.string.profile_unmount_modules),
title = stringResource(R.string.profile_hide_modules),
checked = if (enabled) {
profile.umountModules
} else {