mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-07-22 17:35:52 +00:00
Correction of the description buttons of the message removal request
This commit is contained in:
parent
9d4c1dcc26
commit
ca7423ad0a
@ -31,10 +31,10 @@ use \OCA\OcSms\Lib\CountryCodes;
|
||||
<div class="modal-footer">
|
||||
<slot name="footer">
|
||||
<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 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>
|
||||
</slot>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user