From b9843e10cb295b9e5d407a163f520e273bee886d Mon Sep 17 00:00:00 2001 From: fang Date: Sun, 20 Jun 2021 01:44:23 +0200 Subject: [PATCH] settings: my channel -> my channels This matches the phrasing used in the omnibox and on the tile. --- .../src/views/apps/settings/components/lib/LeapSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/interface/src/views/apps/settings/components/lib/LeapSettings.tsx b/pkg/interface/src/views/apps/settings/components/lib/LeapSettings.tsx index b71ec665e..9b0d28a85 100644 --- a/pkg/interface/src/views/apps/settings/components/lib/LeapSettings.tsx +++ b/pkg/interface/src/views/apps/settings/components/lib/LeapSettings.tsx @@ -18,7 +18,7 @@ import { BackButton } from './BackButton'; import airlock from '~/logic/api'; const labels: Record = { - mychannel: 'My Channel', + mychannel: 'My Channels', updates: 'Notifications', profile: 'Profile', messages: 'Messages',