Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Added beta to version in header
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Gullmark committed Jul 4, 2018
1 parent 6526643 commit ac93ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExilePartyClient/src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<mat-toolbar class="toolbar">
<span class="toolbar-text title">{{ 'INFO.TITLE' | translate }} <span class="version">{{appVersion}}</span></span>
<span class="toolbar-text title">{{ 'INFO.TITLE' | translate }} <span class="version">{{appVersion}} BETA</span></span>
<div class="right-area">
<a (click)="logout()" class="left-link toolbar-text" *ngIf="sessionService.getSession() != null">
{{ 'ACCOUNT.LOGOUT' | translate}} </a>
Expand Down

0 comments on commit ac93ef1

Please sign in to comment.