Skip to content

Commit c17c771

Browse files
committed
Version 2.2
1 parent 584561c commit c17c771

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/Common/Views/Widgets/Categories/Edit.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
<form method="post" action="~/widgets/api/postlist/edit" asp-antiforgery="true">
1414
<div class="form-group">
15-
<label class="form-group-label">Template ({0} = slug {1} = title)</label>
15+
<label class="form-group-label">Template ({0} = category)</label>
1616
<textarea rows="2" id="txtTemplate" name="txtTemplate" class="form-control">@template</textarea>
1717
</div>
1818
<div class="form-group">

src/Core/Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.1</TargetFramework>
5-
<Version>2.1.1.2</Version>
5+
<Version>2.2.0.0</Version>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)