Skip to content

Commit

Permalink
SHIBUI-905 Removed brand specific text from messages.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Oct 22, 2018
1 parent 1303209 commit fa6a127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions backend/src/main/resources/i18n/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ brand.footer.links-label-4=Mailing List
brand.footer.links-desc-4=Shibboleth.net open-source community mailing list
brand.footer.copyright=Copyright \u00A9 Internet2

brand.unicon=Unicon
brand.unicon-logo=Unicon Logo
brand.i2=Internet 2
brand.i2-logo=Internet 2 Logo
brand.in-partnership-with=In partnership with
brand.and=and

Expand Down
8 changes: 4 additions & 4 deletions ui/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
<div class="col-md-6 logo">
<div class="d-flex align-items-end justify-content-end p-2">
<translate-i18n key="brand.in-partnership-with" class="flex-item mr-2">In partnership with</translate-i18n>&nbsp;
<a href="https://www.unicon.net" target="_blank" title="brand.unicon" class="flex-item">
<img src="/assets/logo_unicon.png" class="img-fluid float-right" [alt]="'brand.unicon-logo' | translate">
<a href="https://www.unicon.net" target="_blank" title="Unicon" class="flex-item">
<img src="/assets/logo_unicon.png" class="img-fluid float-right" alt="Unicon Logo">
</a>
&nbsp;<translate-i18n key="brand.and" class="flex-item mx-2">and</translate-i18n>&nbsp;
<a href="https://www.internet2.edu/" target="_blank" title="brand.i2" class="flex-item">
<img src="/assets/logo_internet2.png" class="img-fluid float-right" [alt]="'brand.i2-logo' | translate">
<a href="https://www.internet2.edu/" target="_blank" title="Internet 2" class="flex-item">
<img src="/assets/logo_internet2.png" class="img-fluid float-right" alt="Internet 2 Logo">
</a>
</div>
</div>
Expand Down

0 comments on commit fa6a127

Please sign in to comment.