@@ -121,10 +121,8 @@ export default class SubSectionContexts extends Component {
121121
122122 {{#if ( eq this . shwTheming.currentStylesheet " standard" ) }}
123123 <div class =" shw-page-foundations-theming-banner-incorrect-stylesheet" >
124- <ShwTextBody >These examples are visible only if theming is applied via
125- "prefers color scheme" or "CSS selectors" or "combined strategies",
126- please select a theme below one of these two groups of options in the
127- selector at the top of the page</ShwTextBody >
124+ <ShwTextBody >These examples are visible only if theming is applied,
125+ please select a theme in the selector at the top of the page</ShwTextBody >
128126 </div >
129127 {{else }}
130128 <ShwGrid
@@ -174,10 +172,8 @@ export default class SubSectionContexts extends Component {
174172
175173 {{#if ( eq this . shwTheming.currentStylesheet " standard" ) }}
176174 <div class =" shw-page-foundations-theming-banner-incorrect-stylesheet" >
177- <ShwTextBody >These examples are visible only if theming is applied via
178- "CSS selectors" or "combined strategies", please select a theme below
179- one of these two groups of options in the selector at the top of the
180- page</ShwTextBody >
175+ <ShwTextBody >These examples are visible only if theming is applied,
176+ please select a theme in the selector at the top of the page</ShwTextBody >
181177 </div >
182178 {{else }}
183179 <ShwGrid
@@ -242,10 +238,8 @@ export default class SubSectionContexts extends Component {
242238
243239 {{#if ( eq this . shwTheming.currentStylesheet " standard" ) }}
244240 <div class =" shw-page-foundations-theming-banner-incorrect-stylesheet" >
245- <ShwTextBody >These examples are visible only if theming is applied via
246- "prefers color scheme" or "CSS selectors" or "combined strategies",
247- please select a theme below one of these two groups of options in the
248- selector at the top of the page</ShwTextBody >
241+ <ShwTextBody >These examples are visible only if theming is applied,
242+ please select a theme in the selector at the top of the page</ShwTextBody >
249243 </div >
250244 {{else }}
251245 <ShwGrid
@@ -283,10 +277,8 @@ export default class SubSectionContexts extends Component {
283277
284278 {{#if ( eq this . shwTheming.currentStylesheet " standard" ) }}
285279 <div class =" shw-page-foundations-theming-banner-incorrect-stylesheet" >
286- <ShwTextBody >These examples are visible only if theming is applied via
287- "CSS selectors" or "combined strategies", please select a theme below
288- one of these two groups of options in the selector at the top of the
289- page</ShwTextBody >
280+ <ShwTextBody >These examples are visible only if theming is applied,
281+ please select a theme in the selector at the top of the page</ShwTextBody >
290282 </div >
291283 {{else }}
292284 <ShwGrid
0 commit comments