diff --git a/src/components/NcDialog/NcDialog.vue b/src/components/NcDialog/NcDialog.vue index ce088af9fe..ce51688135 100644 --- a/src/components/NcDialog/NcDialog.vue +++ b/src/components/NcDialog/NcDialog.vue @@ -280,7 +280,7 @@ export default defineComponent({ }, /** - * Make the dialog wrapper a HTML form element + * Make the dialog wrapper a HTML form element. * The buttons will be wrapped within the form so they can be used as submit / reset buttons. * Please note that when using the property the `navigation` should not be used. */