diff --git a/domain/section/flowchart/flowchart.go b/domain/section/flowchart/flowchart.go index 43150f39..7d572aa9 100644 --- a/domain/section/flowchart/flowchart.go +++ b/domain/section/flowchart/flowchart.go @@ -30,8 +30,8 @@ func (*Provider) Meta() provider.TypeMeta { section := provider.TypeMeta{} section.ID = "d46a18f6-49fb-11e8-842f-0ed5f89f718b" - section.Title = "Draw.io Diagram" - section.Description = "Draw.io powered flowcharts and diagrams" + section.Title = "Diagrams.net" + section.Description = "Flowcharts and diagrams" section.ContentType = "flowchart" section.PageType = "tab" section.Order = 9991