mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-08-29 10:43:56 +00:00
Fix title on json export
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user