password request added

This commit is contained in:
vfedosevich 2015-05-08 04:57:15 -07:00
parent 584b1618f9
commit 82e7d0eb25
29 changed files with 1629 additions and 223 deletions

View file

@ -88,11 +88,11 @@ namespace WebsitePanel.WebDavPortal.Resources {
}
/// <summary>
/// Looks up a localized string similar to Address Inforamtion.
/// Looks up a localized string similar to Address Information.
/// </summary>
public static string AddressInforamtion {
public static string AddressInformation {
get {
return ResourceManager.GetString("AddressInforamtion", resourceCulture);
return ResourceManager.GetString("AddressInformation", resourceCulture);
}
}

View file

@ -123,8 +123,8 @@
<data name="Address" xml:space="preserve">
<value>Address</value>
</data>
<data name="AddressInforamtion" xml:space="preserve">
<value>Address Inforamtion</value>
<data name="AddressInformation" xml:space="preserve">
<value>Address Information</value>
</data>
<data name="Back" xml:space="preserve">
<value>Back</value>

View file

@ -169,7 +169,7 @@
<div class="panel-heading" role="tab" id="heading-address-information">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" href="#address-information" aria-expanded="false" aria-controls="address-information">
@UI.AddressInforamtion
@UI.AddressInformation
</a>
</h4>
</div>