Closed andreasotto closed 2 years ago
Headline Your privacy preferences and Save Button isn't translatable by props like some other strings.
Your privacy preferences
Save
The better approach is to use the slots like
<template v-slot:modal-header> <h3>My custom modal header</h3> </template>
Therefore this can be closed.
Headline
Your privacy preferences
andSave
Button isn't translatable by props like some other strings.