From 2b2cd20375d521dd03d9598c3a97cdad49c3f2e2 Mon Sep 17 00:00:00 2001 From: PatrykPorabik Date: Fri, 12 Feb 2021 10:51:09 +0100 Subject: [PATCH] Better accessibility - changes in the links descriptions & remove uncrawlable link --- Plugins/Grand.Plugin.Widgets.Slider/SliderPlugin.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/Grand.Plugin.Widgets.Slider/SliderPlugin.cs b/Plugins/Grand.Plugin.Widgets.Slider/SliderPlugin.cs index f1420adc2b..8b19e269a6 100644 --- a/Plugins/Grand.Plugin.Widgets.Slider/SliderPlugin.cs +++ b/Plugins/Grand.Plugin.Widgets.Slider/SliderPlugin.cs @@ -75,7 +75,7 @@ await _pictureSliderRepository.InsertAsync(new PictureSlider() FullWidth = true, Published = true, PictureId = pic1.Id, - Description = "
exclusive - modern - elegant
Smart watches
Go to collection and see more...
SHOP NOW
" + Description = "
exclusive - modern - elegant
Smart watches
Go to collection and see more...
SHOP NOW
" }); await _pictureSliderRepository.InsertAsync(new PictureSlider() @@ -86,7 +86,7 @@ await _pictureSliderRepository.InsertAsync(new PictureSlider() FullWidth = true, Published = true, PictureId = pic2.Id, - Description = "

Redmi Note 9

Equipped with a high-performance octa-core processor
with a maximum clock frequency of 2.0 GHz.

$249.00

$399.00

", + Description = "

Redmi Note 9

Equipped with a high-performance octa-core processor
with a maximum clock frequency of 2.0 GHz.

$249.00

$399.00

", }); await this.AddOrUpdatePluginLocaleResource(_localizationService, _languageService, "Plugins.Widgets.Slider.Added", "Slider added");