Localisation
This commit is contained in:
parent
fd773529ff
commit
afcb6167e6
2 changed files with 69 additions and 3 deletions
|
|
@ -3,9 +3,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;url=@Model.RedirectUrl" />
|
||||
<title>@Localizer["Redirecting"]</title>
|
||||
<title>@Localizer["Redirecting-Title"]</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>@Localizer["Redirecting to"] <a href="@Model.RedirectUrl">@Model.RedirectUrl</a>…</p>
|
||||
@Localizer["Redirecting-Message"]
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue