diff options
| author | Michael <[email protected]> | 2017-04-18 15:57:01 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-18 15:57:01 -0400 |
| commit | 4ed3b904ac8ba172388999819cb8c7fd4b653554 (patch) | |
| tree | c3ca004a86bc04d784705a40fe981ea7d70a32fc /Project-Unite | |
| parent | e84b80a226763861f6222eded177befaaba86a8d (diff) | |
| download | project-unite-4ed3b904ac8ba172388999819cb8c7fd4b653554.tar.gz project-unite-4ed3b904ac8ba172388999819cb8c7fd4b653554.tar.bz2 project-unite-4ed3b904ac8ba172388999819cb8c7fd4b653554.zip | |
My typing skills are rather untable.
Diffstat (limited to 'Project-Unite')
| -rw-r--r-- | Project-Unite/Views/Home/Index.cshtml | 2 |
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) |
