mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
typo
This commit is contained in:
@@ -40,13 +40,13 @@
|
|||||||
else if (ViewData.Model.Deleted)
|
else if (ViewData.Model.Deleted)
|
||||||
{
|
{
|
||||||
<div class="alert alert-danger" role="alert">
|
<div class="alert alert-danger" role="alert">
|
||||||
This account has been deleted by it's Twitter owner.
|
This account has been deleted by its Twitter owner.
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
else if (!string.IsNullOrEmpty(ViewData.Model.MovedTo))
|
else if (!string.IsNullOrEmpty(ViewData.Model.MovedTo))
|
||||||
{
|
{
|
||||||
<div class="alert alert-danger" role="alert">
|
<div class="alert alert-danger" role="alert">
|
||||||
This account has been migrated by it's Twitter owner and has be disabled.<br/>
|
This account has been migrated by its Twitter owner and has been disabled.<br/>
|
||||||
You can follow this user at <a href="@ViewData.Model.MovedTo">@ViewData.Model.MovedToAcct</a>.
|
You can follow this user at <a href="@ViewData.Model.MovedTo">@ViewData.Model.MovedToAcct</a>.
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user