Update wording on review template

This commit is contained in:
LumaLivy 2021-12-11 01:07:06 -05:00
parent d596eeefc2
commit 16a41d4fb5

View file

@ -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();
}