diff --git a/packages/@ourworldindata/grapher/src/core/Grapher.tsx b/packages/@ourworldindata/grapher/src/core/Grapher.tsx index 94407af5a9..450e137828 100644 --- a/packages/@ourworldindata/grapher/src/core/Grapher.tsx +++ b/packages/@ourworldindata/grapher/src/core/Grapher.tsx @@ -1733,6 +1733,8 @@ export class Grapher } @computed get currentTitle(): string { + if (this.id === 64) return this.displayTitle + " (kuckuck)" + let text = this.displayTitle.trim() if (text.length === 0) return text