Skip to content

Commit 7716980

Browse files
authored
Fix title on json export
1 parent 77bdb77 commit 7716980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/modalTitles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const getModalTitle = (modal) => {
77
case MODAL.IMPORT_SRC:
88
return i18n.t("import_diagram");
99
case MODAL.CODE:
10-
return i18n.t("export_source");
10+
return i18n.t("export");
1111
case MODAL.IMG:
1212
return i18n.t("export_image");
1313
case MODAL.RENAME:

0 commit comments

Comments
 (0)