From 8be9f43aed84aa82a4a8e166c0855bd19e8afa90 Mon Sep 17 00:00:00 2001 From: Rigel Kent <sendmemail@rigelk.eu> Date: Fri, 28 Sep 2018 13:42:33 +0200 Subject: correct local subscribe in the subscription menu --- .../app/shared/user-subscription/subscribe-button.component.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'client/src/app/shared/user-subscription/subscribe-button.component.html') diff --git a/client/src/app/shared/user-subscription/subscribe-button.component.html b/client/src/app/shared/user-subscription/subscribe-button.component.html index 2c8481c96..dbf6a34f0 100644 --- a/client/src/app/shared/user-subscription/subscribe-button.component.html +++ b/client/src/app/shared/user-subscription/subscribe-button.component.html @@ -33,15 +33,14 @@ <div class="dropdown-menu" ngbDropdownMenu> - <h6 class="dropdown-header" i18n>Using an ActivityPub-compatible account</h6> + <h6 class="dropdown-header" i18n>Using an ActivityPub account</h6> - <button class="dropdown-item" (click)="subscribe()" - *ngIf="subscribed === false"> + <button class="dropdown-item" (click)="subscribe()"> <span *ngIf="!isUserLoggedIn()" i18n>Subscribe with an account on {{ videoChannel.host }}</span> <span *ngIf="isUserLoggedIn()" i18n>Subscribe with your local account</span> </button> - <button class="dropdown-item" i18n>Subscribe with a remote account:</button> + <button class="dropdown-item" i18n>Subscribe with a Mastodon account:</button> <my-remote-subscribe showHelp="true" account="{{ uriAccount }}"></my-remote-subscribe> <div class="dropdown-divider"></div> -- cgit v1.2.3