change mapping page title

This commit is contained in:
Bilal Catic
2019-08-28 13:20:48 +02:00
parent 3e4b672b49
commit 485c95a929
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ export const mainMenuItems = [
{
id: 'roomOfficeNameMapping',
showInMenu: true,
title: 'Room Office Name Mapping',
title: 'Room Office Mapping',
url: '/room-office-name-mapping',
component: RoomOfficeNameMapping,
}