Skip to content
Snippets Groups Projects

ISTWCMS-7275: Rename "publication" to "reference" in custom block.

Open Igor Biki requested to merge feature/ISTWCMS-7275-ibiki-publications_rename into 1.1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -749,7 +749,7 @@ class UwBlockService {
'opportunity' => $this->t('Opportunities'),
'profile' => $this->t('Profiles'),
'project' => $this->t('Projects'),
'publication_reference' => $this->t('Publication references'),
'publication_reference' => $this->t('References'),
'service' => $this->t('Services'),
];
}
Loading