mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 18:31:44 +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 = {
|
const idx = {
|
||||||
mychannel: result('My Channels', '/~landscape/home', 'home', null),
|
mychannel: result('My Channels', '/~landscape/home', 'home', null),
|
||||||
updates: result('Notifications', '/~notifications', 'inbox', 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),
|
messages: result('Messages', '/~landscape/messages', 'messages', null),
|
||||||
logout: result('Log Out', '/~/logout', 'logout', null)
|
logout: result('Log Out', '/~/logout', 'logout', null)
|
||||||
};
|
};
|
||||||
|
@ -22,7 +22,7 @@ import { ShuffleFields } from "~/views/components/ShuffleFields";
|
|||||||
const labels: Record<LeapCategories, string> = {
|
const labels: Record<LeapCategories, string> = {
|
||||||
mychannel: "My Channel",
|
mychannel: "My Channel",
|
||||||
updates: "Notifications",
|
updates: "Notifications",
|
||||||
profile: "Profile and Settings",
|
profile: "Profile",
|
||||||
messages: "Messages",
|
messages: "Messages",
|
||||||
logout: "Log Out",
|
logout: "Log Out",
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user