summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Project-Unite/Views/Home/Index.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Home/Index.cshtml b/Project-Unite/Views/Home/Index.cshtml
index 3f8d815..634217a 100644
--- a/Project-Unite/Views/Home/Index.cshtml
+++ b/Project-Unite/Views/Home/Index.cshtml
@@ -56,7 +56,7 @@
</div>
<div class="col-lg-6">
- <h2><span class="glyphicon glyphicon-star-empty"></span> Latest Untable Release</h2>
+ <h2><span class="glyphicon glyphicon-star-empty"></span> Latest Unstable Release</h2>
@{
var urelease = db.Downloads.Where(x => x.IsStable == false && x.Obsolete == false).OrderByDescending(x => x.PostDate).FirstOrDefault();
if (urelease == null)