diff --git a/examples/app-with-scenes/src/pages/WithDrilldown/WithDrilldown.tsx b/examples/app-with-scenes/src/pages/WithDrilldown/WithDrilldown.tsx index 435716fd9..584d43e3b 100644 --- a/examples/app-with-scenes/src/pages/WithDrilldown/WithDrilldown.tsx +++ b/examples/app-with-scenes/src/pages/WithDrilldown/WithDrilldown.tsx @@ -70,7 +70,7 @@ const getDrilldownsAppScene = () => { return new SceneAppPage({ url: prefixRoute(`${ROUTES.WithDrilldown}`) + `/room/${roomName}/temperature`, - title: `${roomName} overview`, + title: `${decodeURI(roomName)} overview`, subTitle: 'This scene is a particular room drilldown. It implements two tabs to organise the data.', getParentPage: () => parent, getScene: () => {