mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 10:21:31 +03:00
leap: "Profile and Settings" -> "profile"
This commit is contained in:
parent
9f64db52c1
commit
26788d9998
@ -75,7 +75,7 @@ const otherIndex = function(config) {
|
||||
const idx = {
|
||||
mychannel: result('My Channels', '/~landscape/home', 'home', null),
|
||||
updates: result('Notifications', '/~notifications', 'inbox', null),
|
||||
profile: result('Profile and Settings', `/~profile/~${window.ship}`, 'profile', null),
|
||||
profile: result('Profile', `/~profile/~${window.ship}`, 'profile', null),
|
||||
messages: result('Messages', '/~landscape/messages', 'messages', null),
|
||||
logout: result('Log Out', '/~/logout', 'logout', null)
|
||||
};
|
||||
|
@ -22,7 +22,7 @@ import { ShuffleFields } from "~/views/components/ShuffleFields";
|
||||
const labels: Record<LeapCategories, string> = {
|
||||
mychannel: "My Channel",
|
||||
updates: "Notifications",
|
||||
profile: "Profile and Settings",
|
||||
profile: "Profile",
|
||||
messages: "Messages",
|
||||
logout: "Log Out",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user