This commit is contained in:
Nicolas Constant 2022-12-25 18:37:05 -05:00
parent c910edc6b3
commit 2dd1cc7381
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -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))