diff --git a/libraries/tools/new-project-wizard/resources/messages/KotlinNewProjectWizardBundle.properties b/libraries/tools/new-project-wizard/resources/messages/KotlinNewProjectWizardBundle.properties index 15733f10c62..49be82035e1 100644 --- a/libraries/tools/new-project-wizard/resources/messages/KotlinNewProjectWizardBundle.properties +++ b/libraries/tools/new-project-wizard/resources/messages/KotlinNewProjectWizardBundle.properties @@ -132,12 +132,11 @@ project.template.frontend.description=Frontend application with Kotlin/JS if you project.template.nodejs.title=Node.JS Application project.template.nodejs.description=A blank application targeting Node.js -project.template.mpp.mobile.title=Mobile Application -project.template.mpp.mobile.description=Mobile applications for iOS and Android with Kotlin Multiplatform Mobile, which supports sharing common code between platforms. - -project.template.mpp.mobile.lib.title=Mobile Library -project.template.mpp.mobile.lib.description=Library that supports sharing code between iOS and Android. +project.template.mpp.mobile.title=KMM Application +project.template.mpp.mobile.description=Creates a new Kotlin Multiplatform Mobile project that includes iOS and Android applications and a module with code shared on iOS and Android. +project.template.mpp.mobile.lib.title=KMM Shared Module +project.template.mpp.mobile.lib.description=Module that supports sharing code between iOS and Android. module.template.console.jvm.title=Console Application module.template.console.jvm.description=Simple "Hello World!" Kotlin/JVM application that works in the console