Skip to content

Commit

Permalink
EW-830: changed default name of exported course
Browse files Browse the repository at this point in the history
  • Loading branch information
HKayed committed Dec 18, 2024
1 parent 853e9d1 commit 92381e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export class CommonCartridgeFileParser {
public getTitle(): string | undefined {
const title = this.manifestParser.getTitle();

if (title === '' || title === undefined) return 'Importiertes Spaltenboard';
return title;
}

Expand Down

0 comments on commit 92381e7

Please sign in to comment.