Merge pull request #7005 from opf/fix/29417-Missing-translation-in-work-package-context-menu

[29417] Missing translation in work package context menu
pull/7026/head
Henriette Dinger 6 years ago committed by GitHub
commit 7fc09d09d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/src/app/components/op-context-menu/wp-context-menu/wp-single-context-menu.ts

@ -119,7 +119,7 @@ export class WorkPackageSingleContextMenuDirective extends OpContextMenuTrigger
{
href: configureFormLink.href,
icon: 'icon-settings3',
linkText: configureFormLink.name,
linkText: I18n.t('js.button_configure-form'),
onClick: () => false
}
);

Loading…
Cancel
Save