diff --git a/webapp/src/pages/boardPage.tsx b/webapp/src/pages/boardPage.tsx index 5935963a4..425ffde6f 100644 --- a/webapp/src/pages/boardPage.tsx +++ b/webapp/src/pages/boardPage.tsx @@ -131,6 +131,8 @@ const BoardPage = (props: Props) => { title += ` | ${activeView.title}` } document.title = title + } else if (Utils.isFocalboardPlugin()) { + document.title = 'Boards - Mattermost' } else { document.title = 'Focalboard' }