nova-sortable
nova-sortable copied to clipboard
Localized Toast messages
Is there any way to have a localized Toast messages instead of changing it in ResourceTable.vue?
this.$toasted.show(
this.__('The new order has been set!'),
{type: 'success'}
);