Translate fixes

This commit is contained in:
RainLoop Team 2016-05-07 16:13:00 +03:00
parent 5663f8b1bb
commit 8ed75a5b49
16 changed files with 30 additions and 23 deletions

View file

@ -867,7 +867,7 @@ class ServiceActions
'{{BaseWebStaticPath}}' => \RainLoop\Utils::WebStaticPath(),
'{{ErrorTitle}}' => $sTitle,
'{{ErrorHeader}}' => $sTitle,
'{{ErrorDesc}}' => $sDesc.':'
'{{ErrorDesc}}' => $sDesc
));
}