Fix title on json export

This commit is contained in:
lilit 2024-06-10 18:27:38 +03:00 committed by GitHub
parent 77bdb77a9e
commit 7716980be4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: