Skip to content
On this page

Require Premium

Parent: errors

A String which will be displayed to users trying to access a page that requires premium.

Example Usage

js
theme: SoftUI({
    sweetalert: {
        errors: {
            requirePremium: "You need to be a premium member to do this."
        }
    }
})

Types

Released under the MIT License.