Archived
1
0

More verbose update notification message.

This commit is contained in:
Matthias Mees
2013-07-08 13:58:11 +02:00
parent 13253957ec
commit fcee7086eb
+2 -2
View File
@@ -3,9 +3,9 @@
<div id="dashboard" class="clearfix"> <div id="dashboard" class="clearfix">
{if $update} {if $update}
<section id="dashboard_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> </section>
{/if} {/if}
{if is_array($comments)} {if is_array($comments)}