Skip to content

Commit

Permalink
update blazor
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliang-wt committed May 13, 2021
1 parent b2db607 commit 731dae6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@
<value>Name</value>
</data>
<data name="_Admin.NoIndexInModule" xml:space="preserve">
<value>There is no Index View in this Module</value>
<value>There is no View in this Module</value>
</data>
<data name="_Admin.NoPris" xml:space="preserve">
<value>No privilege</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@
<value>姓名</value>
</data>
<data name="_Admin.NoIndexInModule" xml:space="preserve">
<value>模块中没有找到Index页面</value>
<value>模块中没有找到页面</value>
</data>
<data name="_Admin.NoPris" xml:space="preserve">
<value>无权限</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BootstrapBlazor" Version="5.0.30-beta01" />
<PackageReference Include="BootstrapBlazor" Version="5.0.30" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 731dae6

Please sign in to comment.