Skip to content

Commit

Permalink
remove Community Test
Browse files Browse the repository at this point in the history
  • Loading branch information
StratisIain committed Jun 17, 2021
1 parent b4c7086 commit 39d81a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class AppComponent implements OnInit, OnDestroy {
private setTitle(): void {
const applicationName = 'Strax Wallet';
const testnetSuffix = this.globalService.getTestnetEnabled() ? ' (testnet)' : '';
const title = `${applicationName} ${this.globalService.getApplicationVersion()}${testnetSuffix} - Community Testing`;
const title = `${applicationName} ${this.globalService.getApplicationVersion()}${testnetSuffix}`;
this.titleService.setTitle(title);
}

Expand Down

0 comments on commit 39d81a4

Please sign in to comment.