String change

This commit is contained in:
Rafael 2022-05-05 08:14:16 -03:00 committed by Thomas Zarebczan
parent d13c54792e
commit 9325a3e03e

View file

@ -56,7 +56,7 @@ export default function ChannelsPage(props: Props) {
return ( return (
<Page className="channelsPage-wrapper"> <Page className="channelsPage-wrapper">
<h1 className="section__title section__title--margin-bottom">{__('Active channel')}</h1> <h1 className="section__title section__title--margin-bottom">{__('Active channel')}</h1>
<span className="section__subtitle ">{__('You can select a new active channel by default')}</span> <span className="section__subtitle ">{__('Select your default active channel')}</span>
<ChannelSelector storeSelection /> <ChannelSelector storeSelection />
<div className="card-stack"> <div className="card-stack">