More verbose update notification message.

This commit is contained in:
Matthias Mees 2013-07-08 13:58:11 +02:00
parent 13253957ec
commit fcee7086eb

View File

@ -3,9 +3,9 @@
<div id="dashboard" class="clearfix">
{if $update}
<section id="dashboard_update">
<h3>UPDATER_TITLE</h3>
<h3>Update notification</h3> {* i18n *}
<span class="msg_notice"><span class="icon-info-circled"></span> New Version available: {$curVersion}</span>
<span class="msg_notice"><span class="icon-info-circled"></span> New stable Serendipity version available: {$curVersion}</span>
</section>
{/if}
{if is_array($comments)}