Fix title on json export
This commit is contained in:
parent
77bdb77a9e
commit
7716980be4
@ -7,7 +7,7 @@ export const getModalTitle = (modal) => {
|
||||
case MODAL.IMPORT_SRC:
|
||||
return i18n.t("import_diagram");
|
||||
case MODAL.CODE:
|
||||
return i18n.t("export_source");
|
||||
return i18n.t("export");
|
||||
case MODAL.IMG:
|
||||
return i18n.t("export_image");
|
||||
case MODAL.RENAME:
|
||||
|
Loading…
Reference in New Issue
Block a user