1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-07-23 01:45:43 +00:00

Correction of the description buttons of the message removal request

This commit is contained in:
Valdnet 2019-03-14 14:13:38 +01:00 committed by Loïc Blot
parent 9d4c1dcc26
commit ca7423ad0a

View File

@ -31,10 +31,10 @@ use \OCA\OcSms\Lib\CountryCodes;
<div class="modal-footer"> <div class="modal-footer">
<slot name="footer"> <slot name="footer">
<button class="modal-default-button" @click="show = false"> <button class="modal-default-button" @click="show = false">
<slot name="button-cancel">Cancel</slot> <slot name="button-cancel"><?php p($l->t('Cancel'));?></slot>
</button> </button>
<button class="modal-default-button modal-crit-button" @click="doYes"> <button class="modal-default-button modal-crit-button" @click="doYes">
<slot name="button-ok">Confirm</slot> <slot name="button-ok"><?php p($l->t('Confirm'));?></slot>
</button> </button>
</slot> </slot>
</div> </div>