Skip to content
Snippets Groups Projects

Issue #3155593 by recrit, VoidE, voleger: Incorrect Label for Reorder permission

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -56,7 +56,7 @@ class TaxonomyAccessFixPermissions implements ContainerInjectionInterface {
]),
];
$permissions['reorder terms in ' . $vocabulary->id()] = [
'title' => $this->t('View terms in %vocabulary', [
'title' => $this->t('Reorder terms in %vocabulary', [
'%vocabulary' => $vocabulary->label(),
]),
];
Loading