summaryrefslogtreecommitdiff
path: root/templates/pages/index.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pages/index.mako')
-rw-r--r--templates/pages/index.mako2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pages/index.mako b/templates/pages/index.mako
index 9922178..2fa3d2a 100644
--- a/templates/pages/index.mako
+++ b/templates/pages/index.mako
@@ -13,7 +13,7 @@
<%self:h2>Current version</%self:h2>
<p>
<% v = h.versions() %>
- The actual version of portato is <strong>${v.current}</strong> -- see <a href=${"/changelog#%s" % v.current | url}>the changelog</a> for why you should consider updating. Note that versions older than the previous one (${v.last}) are not supported at all.
+ The current version of portato is <strong>${v.current}</strong> -- see <a href=${"/changelog#%s" % v.current | url}>the changelog</a> for why you should consider updating. Note that versions older than the previous one (${v.last}) are not supported at all.
</p>
<%self:h2>Installation</%self:h2>