You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/BootstrapBlazor.Server/Locales/en-US.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3808,7 +3808,7 @@
3808
3808
"BasicUsageP1": "Introduction to usage",
3809
3809
"BasicUsageP2": "1. The <code>UseBootstrapBlazor</code> middleware in the <b>Startup.cs</b> file that client information collection is performed.",
3810
3810
"BasicUsageTips": "<code>app.UseBootstrapBlazor</code> Middleware is located assembly <code>BootstrapBlazor.Middleware</code>, please refer to this package yourself for proper use",
3811
-
"BasicUsageP3": "2. The component uses the injection service <code>WebClientService</code> to call the <code>GetClientInfo</code> method.",
3811
+
"BasicUsageP3": "2. The component uses the injection service <code>IWebClientService</code> to call the <code>GetClientInfo</code> method.",
3812
3812
"BasicUsageP4": "3. Turn on IP geolocation",
3813
3813
"LocatorsProviderOptions": "<code>BootstrapBlazorOptions</code> section <code>WebClientOptions</code> By default it is <code>false</code>, which means the IP address location function is not enabled. Please change it to <code>true</code> in the configuration file or code.",
3814
3814
"LocatorsProviderDesc1": "Update the <code>appsetting.json</code> project configuration file",
0 commit comments