- Fixes the french translation
- Css Style changed
This commit is contained in:
parent
a2b1d6bb4e
commit
b4fefbce7e
12 changed files with 104 additions and 131 deletions
|
|
@ -70,9 +70,8 @@ namespace Yavsc.Controllers
|
|||
public ActionResult Index ()
|
||||
{
|
||||
string cn = CultureInfo.CurrentCulture.Name;
|
||||
ViewData ["Message"] =
|
||||
LocalizedText.ResourceManager.GetString("Welcome");
|
||||
return View ();
|
||||
ViewData ["Message"] = LocalizedText.Welcome;
|
||||
return View ();
|
||||
}
|
||||
|
||||
public ActionResult AOEMail (string reason, string body)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue