We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26aa5d7 commit f62f54eCopy full SHA for f62f54e
src/support_sphere/lib/constants/string_catalog.dart
@@ -175,10 +175,10 @@ class AppRoles {
175
}
176
177
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';
+ static const String home = 'Map';
+ static const String profile = 'My Profile';
+ static const String prepare = 'My Checklists';
+ static const String resources = 'My Resources';
182
static const String messages = 'Messages';
183
static const String manageResources = 'Manage Resources';
184
static const String manageChecklists = 'Manage Checklists';
0 commit comments