Skip to content

Commit

Permalink
Update components/Extensions/src/Text/StringExtensions.Localization.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Pedri <[email protected]>
  • Loading branch information
Arlodotexe and Sergio0694 authored Dec 20, 2024
1 parent aa4c1de commit 94a00d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static StringExtensions()
if (uiContext != null)
{
var resourceLoader = ResourceLoader.GetForUIContext(uiContext);
return resourceLoader?.GetString(resourceKey) ?? string.Empty;
return resourceLoader.GetString(resourceKey);
}
else
{
Expand Down

0 comments on commit 94a00d2

Please sign in to comment.