default add comment button translation (#3696)

This commit is contained in:
Cilibiu Bogdan
2018-08-14 12:17:32 +03:00
committed by Eugenio Romano
parent d47a5bfbbf
commit 2deafbbdd7
18 changed files with 10 additions and 34 deletions

View File

@@ -14,7 +14,7 @@
color="primary"
(click)="add()"
[disabled]="!message">
{{ 'COMMENTS.ADD_COMMENT' | translate }}
{{ 'COMMENTS.ADD' | translate }}
</button>
</div>
</div>