Merge pull request #5037 from urbit/m/channel-s

settings: my channel -> my channels
This commit is contained in:
matildepark 2021-06-21 14:07:15 -05:00 committed by GitHub
commit d581d1f61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ import { BackButton } from './BackButton';
import airlock from '~/logic/api';
const labels: Record<LeapCategories, string> = {
mychannel: 'My Channel',
mychannel: 'My Channels',
updates: 'Notifications',
profile: 'Profile',
messages: 'Messages',