diff options
Diffstat (limited to 'www/templates/en/around.html')
-rw-r--r-- | www/templates/en/around.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/around.html b/www/templates/en/around.html index 47bc329..7c64fe5 100644 --- a/www/templates/en/around.html +++ b/www/templates/en/around.html @@ -3,7 +3,7 @@ <span class="ui-btn-inner"<span class="ui-btn-text">Drafts <span class="draft_count"><% print( FMS.allDrafts.length ) %></span></span></span> </a> <a id="cancel" class="nodisplay" data-role="button" data-icon="arrow-l">Cancel</a> - <h1>FixMyStreet</h1> + <h1><% print( CONFIG.APP_NAME ) %></h1> <a id="login-options" data-icon="fms-account" class="nodisplay ui-btn-right">Account</a> </div> |