Fixes after merge

This commit is contained in:
vfedosevich 2015-04-07 07:13:46 -07:00
parent 9be05ad911
commit 3894b40d12
2 changed files with 2 additions and 2 deletions

View file

@ -211,6 +211,6 @@
<value>Deleted Users:</value>
</data>
<data name="lblSharepointEnterpriseSites.Text" xml:space="preserve">
<value>SharePoint Enterprise Sites:</value>
<value>SharePoint Server Sites:</value>
</data>
</root>

View file

@ -75,7 +75,7 @@
<td class="Normal"><wsp:Quota ID="quotaSharepointSites" runat="server" QuotaName="HostedSharePoint.Sites" DisplayGauge="True" /></td>
</tr>
<tr ID="pnlEnterpriseSharepointSites" runat="server">
<td class="SubHead" nowrap><asp:Label ID="lblEnterpriseSharepointSites" runat="server" meta:resourcekey="lblEnterpriseSharepointSites" Text="Sharepoint Sites:"></asp:Label></td>
<td class="SubHead" nowrap><asp:Label ID="lblEnterpriseSharepointSites" runat="server" meta:resourcekey="lblEnterpriseSharepointSites" Text="Sharepoint Server Sites:"></asp:Label></td>
<td class="Normal"><wsp:Quota ID="quotaEnterpriseSharepointSites" runat="server" QuotaName="HostedSharePointEnterprise.Sites" DisplayGauge="True" /></td>
</tr>