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/FunnelWeb/Settings/FunnelWebSettings.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ public class FunnelWebSettings : ISettings
30
30
[StringLength(5000)]
31
31
[DataType("Markdown")]
32
32
[Description("The welcome text that is shown on the home page. You can use markdown.")]
33
-
[DefaultValue("Welcome to your FunnelWeb blog. You can <a href=\"/login\">login</a> and edit this message in the administration section. The default username and password is <code>test/test</code>.")]
33
+
[DefaultValue("Welcome to your FunnelWeb blog. You can <a href=\"/admin/login\">login</a> and edit this message in the administration section. The default username and password is <code>test/test</code>.")]
0 commit comments