diff --git a/templates/views/views-view--unit-services.html.twig b/templates/views/views-view--unit-services.html.twig index 2bc1bfdd3..756d7413f 100644 --- a/templates/views/views-view--unit-services.html.twig +++ b/templates/views/views-view--unit-services.html.twig @@ -45,7 +45,7 @@ 'component--service-list', 'component--hardcoded', ], - component_title: 'Services'|trans + component_title: 'Services'|t({}, {'context': 'Unit services title'}) } %} {% block component_content %} diff --git a/translations/fi.po b/translations/fi.po index 9f5138ff7..c22ba665b 100644 --- a/translations/fi.po +++ b/translations/fi.po @@ -699,6 +699,10 @@ msgctxt "React search" msgid "An error occured while loading the content. Please reload page." msgstr "Sisällön lataamisessa tapahtui virhe. Kokeile ladata sivu uudelleen." +msgctxt "Unit services title" +msgid "Services" +msgstr "Palvelut" + msgctxt "TPR unit contact information show accessibility information link" msgid "Show accessibility information" msgstr "Näytä esteettömyystiedot" diff --git a/translations/sv.po b/translations/sv.po index 1ced8961d..9936a06b3 100644 --- a/translations/sv.po +++ b/translations/sv.po @@ -692,6 +692,10 @@ msgctxt "React search" msgid "An error occured while loading the content. Please reload page." msgstr "Ett fel uppstod vid hämtning av innehållet. Vänligen ladda om sidan." +msgctxt "Unit services title" +msgid "Services" +msgstr "Tjänster" + msgctxt "TPR unit contact information show accessibility information link" msgid "Show accessibility information" msgstr "Visa tillgänglighetsuppgifter"