default add comment button translation (#3696)

This commit is contained in:
Cilibiu Bogdan
2018-08-14 15:43:16 +01:00
committed by Eugenio Romano
parent d47a5bfbbf
commit 2deafbbdd7
18 changed files with 10 additions and 34 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
color="primary"
(click)="add()"
[disabled]="!message">
{{ 'COMMENTS.ADD_COMMENT' | translate }}
{{ 'COMMENTS.ADD' | translate }}
</button>
</div>
</div>