diff --git a/contrib/DS_Starter/76_SMAPortal.pm b/contrib/DS_Starter/76_SMAPortal.pm index 55c34102f..111debde0 100644 --- a/contrib/DS_Starter/76_SMAPortal.pm +++ b/contrib/DS_Starter/76_SMAPortal.pm @@ -1939,7 +1939,7 @@ sub extractLiveData { ## no critic 'complexity' push @wm, encode ("utf8", $a); } $val = join " ", @wm if(@wm); - push @$daref, "${lv}_WarningMessages:".qq{Message got from SMA Sunny Portal:
$val}; + push @$daref, "${lv}_WarningMessages:".qq{$hm{$lang}
$val}; } if($live->{InfoMessages}[0]) { @@ -1949,7 +1949,7 @@ sub extractLiveData { ## no critic 'complexity' push @im, encode ("utf8", $a); } $val = join " ", @im if(@im); - push @$daref, "${lv}_InfoMessages:".qq{Message got from SMA Sunny Portal:
$val}; + push @$daref, "${lv}_InfoMessages:".qq{$hm{$lang}
$val}; } }