fixup Disco -> Disco ICT

This commit is contained in:
Gary Sharp
2023-07-26 19:01:31 +10:00
parent e204ea4d5f
commit 6fcb1a1eae
68 changed files with 221 additions and 232 deletions
@@ -42,7 +42,7 @@ namespace Disco.Web.Areas.Services.Controllers
{
if (clientVersion < new Version(2, 2))
{
return new HttpStatusCodeResult(400, "Disco Client not compatible");
return new HttpStatusCodeResult(400, "Disco ICT Client not compatible");
}
}
}
@@ -115,7 +115,7 @@ namespace Disco.Web.Areas.Services.Controllers
{
if (clientVersion < new Version(2, 2))
{
return new HttpStatusCodeResult(400, "Disco Client not compatible");
return new HttpStatusCodeResult(400, "Disco ICT Client not compatible");
}
}
}