MOBILE-3793 forum: Use 'Save changes' text when editing
parent
44bc62e0a2
commit
872e2aa02a
|
@ -151,7 +151,8 @@
|
||||||
<ion-row>
|
<ion-row>
|
||||||
<ion-col>
|
<ion-col>
|
||||||
<ion-button expand="block" (click)="send()" [disabled]="formData.subject == '' || formData.message == null">
|
<ion-button expand="block" (click)="send()" [disabled]="formData.subject == '' || formData.message == null">
|
||||||
{{ 'addon.mod_forum.posttoforum' | translate }}
|
<span *ngIf="formData.isEditing">{{ 'core.savechanges' | translate }}</span>
|
||||||
|
<span *ngIf="!formData.isEditing">{{ 'addon.mod_forum.posttoforum' | translate }}</span>
|
||||||
</ion-button>
|
</ion-button>
|
||||||
</ion-col>
|
</ion-col>
|
||||||
<ion-col>
|
<ion-col>
|
||||||
|
|
Loading…
Reference in New Issue