wording
This commit is contained in:
parent
c910edc6b3
commit
2dd1cc7381
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
else if (ViewData.Model.Deleted)
|
||||
{
|
||||
<div class="alert alert-danger" role="alert">
|
||||
This account has been deleted by its Twitter owner.
|
||||
This mirror has been deleted by its Twitter owner.
|
||||
</div>
|
||||
}
|
||||
else if (!string.IsNullOrEmpty(ViewData.Model.MovedTo))
|
||||
|
|
Reference in a new issue