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,
}

View File

@@ -50,7 +50,7 @@ class RoomOfficeNameMapping extends Component {
<Container>
<Loader active={pendingMappings} />
<MainMenu/>
<h3>Room-Office-Name Mappings</h3>
<h3>Room Office Mapping</h3>
<hr/>
<br/>
<Table singleLine unstackable>