From 9473ecba9afe37cd23ba9650050d0de5c5403b6e Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Thu, 24 Mar 2022 13:13:11 -0400 Subject: [PATCH] Update flowchart.go --- domain/section/flowchart/flowchart.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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