Skip to content

Commit a0cf3a9

Browse files
Update components/Extensions/src/Text/StringExtensions.Localization.cs
Co-authored-by: Sergio Pedri <[email protected]>
1 parent f244689 commit a0cf3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Extensions/src/Text/StringExtensions.Localization.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ static StringExtensions()
5858
}
5959
else
6060
{
61-
return ResourceLoader.GetForCurrentView().GetString(resourceKey) ?? string.Empty;
61+
return ResourceLoader.GetForCurrentView().GetString(resourceKey);
6262
}
6363
}
6464
#endif

0 commit comments

Comments
 (0)