Customer portal : Translated on going requests tabs

SVN:trunk[4153]
This commit is contained in:
Guillaume Lajarige
2016-05-25 15:45:17 +00:00
parent 6152277910
commit ffcc6ded74
3 changed files with 6 additions and 2 deletions

View File

@@ -246,5 +246,7 @@ Dict::Add('EN US', 'English', 'English', array(
'Brick:Portal:NewRequest:Title+' => '<p>Need help?</p><p>Pick from the services catalog and submit your request to our support teams.</p>',
'Brick:Portal:OngoingRequests:Title' => 'Ongoing requests',
'Brick:Portal:OngoingRequests:Title+' => '<p>Follow up with your ongoing requests.</p><p>Check the progress, add comments, attach documents, acknowledge the solution.</p>',
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'On going',
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved',
'Brick:Portal:ClosedRequests:Title' => 'Closed requests',
));