Skip to content

Commit 69e4bbe

Browse files
committed
Refer to about page in tooltip
1 parent bc9c9a4 commit 69e4bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/regions/[region]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
});
8080
8181
const hoverTextNdc = function (e: ComponentEvents<SvelteComponent>) {
82-
const myevt = {e, msg: 'The NDC data shown here are country reported inventory data based on the most recent NDC submission available in the UNFCCC NDC registry.'};
82+
const myevt = {e, msg: 'The NDC data shown here are country reported inventory data based on the most recent NDC submission available in the UNFCCC NDC registry. Read more on the About page.'};
8383
evt = myevt;
8484
};
8585

0 commit comments

Comments
 (0)