diff --git a/ui/dialogs/dialogs.d.ts b/ui/dialogs/dialogs.d.ts index cc7b42bee..6e4da0228 100644 --- a/ui/dialogs/dialogs.d.ts +++ b/ui/dialogs/dialogs.d.ts @@ -28,7 +28,7 @@ */ interface DialogOptions { /** - * Gets or sets the alert title. + * Gets or sets the dialog title. */ title?: string; }