| Index: includes/as-mentioned.tmpl | 
| =================================================================== | 
| --- a/includes/as-mentioned.tmpl | 
| +++ b/includes/as-mentioned.tmpl | 
| @@ -35,17 +35,17 @@ | 
| "image_alt": "Business Insider logo" | 
| } | 
| ] %} | 
|  | 
| <div id="media-section" class="bg-primary section"> | 
| <div class="container"> | 
| <div id="media"> | 
| <header id="media-header"> | 
| -        <h2>{{ "As Mentioned On:" | translate("as-mentioned-header", "header") }}</h2> | 
| +        <h2>{{ "As Mentioned On" | translate("as-mentioned-header", "header") }}:</h2> | 
| <small>{{ "(Links open in a new window)" | translate("as-mentioned-title", "tooltip") }}</small> | 
| </header> | 
| <ul id="media-list" class="unstyled"> | 
| {% for item in media_coverage %} | 
| <li> | 
| <a | 
| href="{{ item.link }}" | 
| target="_blank" | 
|  |