Skip to content

Commit f62f54e

Browse files
committed
update strings for bottom tab labels
1 parent 26aa5d7 commit f62f54e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/support_sphere/lib/constants/string_catalog.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ class AppRoles {
175175
}
176176

177177
class NavRouteLabels {
178-
static const String home = 'Home';
179-
static const String profile = 'Me';
180-
static const String prepare = 'Prepare';
181-
static const String resources = 'Resources';
178+
static const String home = 'Map';
179+
static const String profile = 'My Profile';
180+
static const String prepare = 'My Checklists';
181+
static const String resources = 'My Resources';
182182
static const String messages = 'Messages';
183183
static const String manageResources = 'Manage Resources';
184184
static const String manageChecklists = 'Manage Checklists';

0 commit comments

Comments
 (0)