Removed other areas where the word status is appended

This commit is contained in:
Graham Campbell
2015-08-01 16:45:58 +01:00
parent da1c999ca6
commit 2425682381
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="format-detection" content="address=no;=no;telephone=no" />
<title>{{ Setting::get('app_name') }} Status</title>
<title>{{ Setting::get('app_name') }}</title>
@include('partials.email-css')
</head>
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
@@ -32,7 +32,7 @@
</td>
</tr>
<tr>
<td class="footer">{{ Setting::get('app_name') }} Status</td>
<td class="footer">{{ Setting::get('app_name') }}</td>
</tr>
</table>
</td>