From 0c93c347341ba47b7945b15cb854a1f7be705077 Mon Sep 17 00:00:00 2001 From: hritik kumar Date: Fri, 28 Jun 2019 01:16:08 +0530 Subject: [PATCH] mobile view profile changes to account --- app/templates/components/side-bar.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/components/side-bar.hbs b/app/templates/components/side-bar.hbs index 37778d71f9d..147ef9e2459 100644 --- a/app/templates/components/side-bar.hbs +++ b/app/templates/components/side-bar.hbs @@ -12,7 +12,7 @@ {{t 'My Sessions'}} {{t 'Manage Events'}}
- {{t 'Profile'}} + {{t 'Account'}} {{#if authManager.currentUser.isAnAdmin}} {{t 'Admin'}} {{/if}}