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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7017,7 +7017,8 @@
7017
7017
"WatermarkTitle": "Watermark",
7018
7018
"WatermarkIntro": "Add specific text or patterns to the page",
7019
7019
"WatermarkNormalTitle": "Basic usage",
7020
-
"WatermarkNormalIntro": "Use the <code>Text</code> property to set a string to specify the watermark text"
7020
+
"WatermarkNormalIntro": "Use the <code>Text</code> property to set a string to specify the watermark text",
7021
+
"WatermarkDescription": "<p>How to add a watermark globally</p><p>You can add a watermark component to the template page <code>MainLayout</code> and set <code>IsPage=\"true\"</code></p>"
0 commit comments