can not -> cannot

This commit is contained in:
Zack Scholl 2018-02-18 11:59:46 -08:00
parent 8a4ba13506
commit c1a78c2006
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ func handlePageRequest(c *gin.Context) {
// Destroy page if it is opened and primed
if p.IsPrimedForSelfDestruct && !p.IsLocked && !p.IsEncrypted {
p.Update("*This page has self-destructed. You can not return to it.*\n\n" + p.Text.GetCurrent())
p.Update("*This page has self-destructed. You cannot return to it.*\n\n" + p.Text.GetCurrent())
p.Erase()
if p.IsPublished {
command = "/read"