[Gradle, JS] Localize Module Type

^KT-40527 fixed
This commit is contained in:
Ilya Goncharov
2020-07-21 14:05:18 +03:00
parent 29e37ee15f
commit 4c5cd44e75
2 changed files with 3 additions and 1 deletions
@@ -37,7 +37,7 @@ class CreateModuleOrTargetPopup private constructor(
}
private inner class ChooseModuleOrMppModuleStep : BaseListPopupStep<ModuleConfigurator>(
"Module Type",
KotlinNewProjectWizardBundle.message("module.type"),
buildList {
if (allowMultiplatform) +MppModuleConfigurator
+JvmSinglePlatformModuleConfigurator