diff --git a/src/BootstrapBlazor.Server/Locales/en-US.json b/src/BootstrapBlazor.Server/Locales/en-US.json index 6a7d7173378..612f08e7996 100644 --- a/src/BootstrapBlazor.Server/Locales/en-US.json +++ b/src/BootstrapBlazor.Server/Locales/en-US.json @@ -6858,7 +6858,7 @@ "AttributeChildContent": "Child component", "LoadMoreTitle": "LoadMore Component", "LoadMoreIntro": "By setting the LoadMore component parameter IsLoading to control the loading state, the OnLoadMoreAsync callback method loads more data", - "LoadMoreDesc": "In this example, the loading indicator is displayed by setting CanLoading to true, and the No More Data prompt text is displayed by setting it to false after loading is complete. The UI for loading more data can be customized through LoadingTemplate, the UI displayed when there is no more data can be customized through NoMoreTemplate, and the indicator text displayed when there are no more add-ons can be set through the NoMoreText parameter." + "LoadMoreDesc": "

In this example, the loading indicator is displayed by setting CanLoading to true, and the No More Data prompt text is displayed when loading is complete.