leap: "Profile and Settings" -> "profile"

This commit is contained in:
Matilde Park 2021-02-26 13:26:32 -05:00
parent 9f64db52c1
commit 26788d9998
2 changed files with 2 additions and 2 deletions

View File

@ -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)
};

View File

@ -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",
};