aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/comment/video-comment-add.component.html
diff options
context:
space:
mode:
authorkimsible <kimsible@users.noreply.github.com>2020-08-07 18:41:05 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-08-14 15:03:38 +0200
commitcb54210c192bdbedab5d3333cc2602df8e23a38a (patch)
tree28e33247f432821f9b4f11e31fd73ab7fc659aae /client/src/app/+videos/+video-watch/comment/video-comment-add.component.html
parentc311596094d6e2bad4f6215250dfc0c819d30b15 (diff)
downloadPeerTube-cb54210c192bdbedab5d3333cc2602df8e23a38a.tar.gz
PeerTube-cb54210c192bdbedab5d3333cc2602df8e23a38a.tar.zst
PeerTube-cb54210c192bdbedab5d3333cc2602df8e23a38a.zip
Use comment as label for comments-thread add button
Diffstat (limited to 'client/src/app/+videos/+video-watch/comment/video-comment-add.component.html')
-rw-r--r--client/src/app/+videos/+video-watch/comment/video-comment-add.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+videos/+video-watch/comment/video-comment-add.component.html b/client/src/app/+videos/+video-watch/comment/video-comment-add.component.html
index 9b43d91da..c9b0a9c63 100644
--- a/client/src/app/+videos/+video-watch/comment/video-comment-add.component.html
+++ b/client/src/app/+videos/+video-watch/comment/video-comment-add.component.html
@@ -20,8 +20,8 @@
20 <button *ngIf="isAddButtonDisplayed()" class="cancel-button" (click)="cancelCommentReply()" type="button" i18n> 20 <button *ngIf="isAddButtonDisplayed()" class="cancel-button" (click)="cancelCommentReply()" type="button" i18n>
21 Cancel 21 Cancel
22 </button> 22 </button>
23 <button *ngIf="isAddButtonDisplayed()" [ngClass]="{ disabled: !form.valid || addingComment }" i18n> 23 <button *ngIf="isAddButtonDisplayed()" [ngClass]="{ disabled: !form.valid || addingComment }">
24 Reply 24 {{ addingCommentButtonValue }}
25 </button> 25 </button>
26 </div> 26 </div>
27</form> 27</form>