Merge pull request #85 from jlmitch5/portalModeToMyView

update portal mode to my view and update translations
This commit is contained in:
John Mitchell
2019-01-08 14:00:54 -05:00
committed by GitHub
5 changed files with 193 additions and 167 deletions

View File

@@ -134,7 +134,7 @@ export async function main (render, api) {
component: Schedules
},
{
title: i18n._(t`Portal Mode`),
title: i18n._(t`My View`),
path: '/portal',
component: Portal
},