diff --git a/topics/tutorials/live_templates/providing_live_templates.md b/topics/tutorials/live_templates/providing_live_templates.md index f7681fae3..034973e6b 100644 --- a/topics/tutorials/live_templates/providing_live_templates.md +++ b/topics/tutorials/live_templates/providing_live_templates.md @@ -61,7 +61,8 @@ The export produces a file called Markdown.xml with the following c ``` -> To [localize](providing_translations.md) the description, instead of the `description` attribute, use `key` and `resource-bundle` attributes pointing to a key in a [message bundle](internationalization.md#message-bundles) (code insight is available in 2020.3 and later). +> To [localize](providing_translations.md) the description, instead of the `description` attribute, use `key` and `resource-bundle` attributes pointing to a key +> in a [message bundle](internationalization.md#message-bundles). > A quick fix to extract the localized key is available since 2024.2. Copy this file into the [plugin's resources folder](%gh-sdk-samples-master%/live_templates/src/main/resources/liveTemplates).