diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47321c719..c7fafc189 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## [2023.2.11]
+
+### `Kotlin` enhancements
+- Introduced `ysri` live template for Spring `@Resource` declaration [#780](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/780)
+
## [2023.2.10]
### `Project Import` enhancements
diff --git a/gradle.properties b/gradle.properties
index 02ce06174..314d155cb 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -42,7 +42,7 @@ intellij.jvm.args=-ea -Xms512m -Xmx3G -XX:MaxMetaspaceSize=400m
intellij.update.since.until.build=true
intellij.plugin.name=SAP-Commerce-Developers-Toolset
-intellij.plugin.version=2023.2.10
+intellij.plugin.version=2023.2.11
intellij.plugin.since.build=232.9921.47
intellij.plugin.until.build=232.*
diff --git a/resources/i18n/HybrisBundle.properties b/resources/i18n/HybrisBundle.properties
index 5dad46a3d..fbdc53bd3 100644
--- a/resources/i18n/HybrisBundle.properties
+++ b/resources/i18n/HybrisBundle.properties
@@ -98,13 +98,13 @@ hybris.toolwindow.solr.login=Solr admin name
hybris.toolwindow.solr.pswd=Solr admin password
hybris.toolwindow.solr.port=Solr port
hybris.toolwindow.solr.webroot.label=Solr webroot
-hybris.toolwindow.remote.label=Remote Hybris Instance
-hybris.toolwindow.diplay.name.label=Connection name
+hybris.toolwindow.remote.label=Remote SAP Commerce Instance
+hybris.toolwindow.display.name.label=Connection name
hybris.toolwindow.ip.label=Running instance IP address
hybris.toolwindow.port.label=Running instance port
hybris.toolwindow.preview.label=full URL preview
hybris.toolwindow.hac.webroot.label=HAC webroot
-hybris.toolwindow.hac.login.label=HAC login name
+hybris.toolwindow.hac.login.label=HAC username
hybris.toolwindow.hac.password.label=HAC password
hybris.toolwindow.hac.test.connection.button=Test connection
hybris.toolwindow.hac.test.connection.fail=Connection failed at {0}. Reason {1}
@@ -146,11 +146,11 @@ hybris.import.wizard.dbdriver.directory.override.tooltip=If you keep DB drivers
hybris.import.wizard.dbdriver.directory.override.filechooser=Overriding DB driver Directory
hybris.import.wizard.dbdriver.directory.override.label=DB driver Directory Override
hybris.import.wizard.dbdriver.directory.override.separator.label=The DB driver directory that contains DB driver jar files (used to execute Integration test from IDE)
-hybris.import.wizard.hybris.distribution.directory.and.custom.directory.separator.label=If your custom directory is in bin/ext-* directory or is outside of the project root directory you can override it below
+hybris.import.wizard.hybris.distribution.directory.and.custom.directory.separator.label=If your custom directory is in bin/ext-* directory or is outside the project root directory you can override it below
hybris.import.wizard.hybris.distribution.directory.label=SAP Commerce installation directory
-hybris.import.wizard.hybris.distribution.directory.tooltip=It's the root directory where your SAP Commerce is located. By default the name of the directory is "hybris".
+hybris.import.wizard.hybris.distribution.directory.tooltip=It's the root directory where your SAP Commerce is located. By default, the name of the directory is "hybris".
hybris.import.wizard.custom.extensions.directory.label=Custom Extensions Directory
-hybris.import.wizard.custom.extensions.directory.tooltip=It's the directory where you keep all you custom directories. By default it is "bin/custom". This directory can contain subdirectories.
+hybris.import.wizard.custom.extensions.directory.tooltip=It's the directory where you keep all you custom directories. By default, it is "bin/custom". This directory can contain subdirectories.
hybris.import.wizard.validation.hybris.distribution.directory.empty="SAP Commerce Installation Directory" parameter can not be empty.
hybris.import.wizard.validation.hybris.distribution.directory.does.not.exist=SAP Commerce installation directory does not exist or is not a directory.
hybris.import.wizard.validation.custom.extensions.directory.empty="Custom Extensions Directory" parameter can not be empty.
diff --git a/resources/liveTemplates/Kotlin.xml b/resources/liveTemplates/Kotlin.xml
index cdb423779..06c0818f2 100644
--- a/resources/liveTemplates/Kotlin.xml
+++ b/resources/liveTemplates/Kotlin.xml
@@ -33,4 +33,14 @@
+
+
+
+
+
+
+
+
diff --git a/src/com/intellij/idea/plugin/hybris/toolwindow/RemoteHacConnectionDialog.form b/src/com/intellij/idea/plugin/hybris/toolwindow/RemoteHacConnectionDialog.form
index a697a76e0..d65ab36b6 100644
--- a/src/com/intellij/idea/plugin/hybris/toolwindow/RemoteHacConnectionDialog.form
+++ b/src/com/intellij/idea/plugin/hybris/toolwindow/RemoteHacConnectionDialog.form
@@ -138,7 +138,7 @@
-
+
diff --git a/src/com/intellij/idea/plugin/hybris/toolwindow/RemoteSolrConnectionDialog.form b/src/com/intellij/idea/plugin/hybris/toolwindow/RemoteSolrConnectionDialog.form
index d4a097ef2..6b19821b4 100644
--- a/src/com/intellij/idea/plugin/hybris/toolwindow/RemoteSolrConnectionDialog.form
+++ b/src/com/intellij/idea/plugin/hybris/toolwindow/RemoteSolrConnectionDialog.form
@@ -136,7 +136,7 @@
-
+