From 16a41d4fb50e1506604664e22fe6c83ccd03eddd Mon Sep 17 00:00:00 2001 From: LumaLivy <7350336+LumaLivy@users.noreply.github.com> Date: Sat, 11 Dec 2021 01:07:06 -0500 Subject: [PATCH] Update wording on review template --- ProjectLighthouse/Controllers/ReviewController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectLighthouse/Controllers/ReviewController.cs b/ProjectLighthouse/Controllers/ReviewController.cs index 55e75962..ca6549ba 100644 --- a/ProjectLighthouse/Controllers/ReviewController.cs +++ b/ProjectLighthouse/Controllers/ReviewController.cs @@ -165,7 +165,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers yourReview.SlotId = slotId; yourReview.Deleted = false; yourReview.DeletedBy = DeletedBy.None; - yourReview.Text = "You haven't reviewed this level yet. Edit this blank review to upload it!"; + yourReview.Text = "You haven't reviewed this level yet. Edit this blank review to upload one!"; yourReview.LabelCollection = ""; yourReview.Timestamp = TimeHelper.UnixTimeMilliseconds(); }