diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index 057a4e19eef52dfc03d92376cecd976466965fd0..2660c537761018e38f572bf59e4d5f9d4d44f507 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html @@ -29,8 +29,8 @@ </div> <footer class="row"> - <a href="https://joinpeertube.org" title="PeerTube website" target="_blank" rel="noopener noreferrer">PeerTube v{{ getServerVersionAndCommit() }}</a> - - <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube license" target="_blank" rel="noopener noreferrer">CopyLeft 2015-2019</a> + <a href="https://joinpeertube.org" title="PeerTube website" target="_blank" rel="noopener noreferrer" i18n>Powered by PeerTube</a> - + <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube license" target="_blank" rel="noopener noreferrer">CopyLeft 2015-2020</a> </footer> </div> </div> diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index 883f365142295152e73841ac25b5e077e6f38a59..082d3301db14e9c71b2f610becbc7c2a837b29ae 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts @@ -111,10 +111,6 @@ export class AppComponent implements OnInit { this.isMenuDisplayed = window.innerWidth >= 800 && !this.isMenuChangedByUser } - getServerVersionAndCommit () { - return this.serverService.getServerVersionAndCommit() - } - private initRouteEvents () { let resetScroll = true const eventsObs = this.router.events