String change
This commit is contained in:
parent
d13c54792e
commit
9325a3e03e
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue