From 0f08312ddf6b75290d76d42715caaeb8dea0f017 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Thu, 30 Jan 2025 11:15:18 +0100 Subject: [PATCH] Docs --> Documentation --- 14/umbraco-cms/customizing/foundation/localization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/14/umbraco-cms/customizing/foundation/localization.md b/14/umbraco-cms/customizing/foundation/localization.md index 62d263007df..14c554bead7 100644 --- a/14/umbraco-cms/customizing/foundation/localization.md +++ b/14/umbraco-cms/customizing/foundation/localization.md @@ -41,7 +41,7 @@ The following example shows how you can display localized text with the `umb-loc ``` {% hint style="info" %} -You can have a look and try out the element in the [UI API Docs](https://apidocs.umbraco.com/v14/ui/?path=/docs/api-localization-umblocalizeelement--docs). +You can have a look and try out the element in the [UI API Documentation](https://apidocs.umbraco.com/v14/ui/?path=/docs/api-localization-umblocalizeelement--docs). {% endhint %} ### **Localize Controller** @@ -106,7 +106,7 @@ export default { ``` {% hint style="info" %} -You can try out the arguments feature in the [UI API Docs](https://apidocs.umbraco.com/v14/ui/?path=/story/api-localization-umblocalizeelement--with-arguments). +You can try out the arguments feature in the [UI API Documentation](https://apidocs.umbraco.com/v14/ui/?path=/story/api-localization-umblocalizeelement--with-arguments). {% endhint %} **Using the Localize Element**