Skip to content

Commit 2b0b5be

Browse files
fix(i18n): update RBAC German header (#9777)
Correct the German label for the accessible plugins table header. Signed-off-by: Lokananda Prabhu <lprabhu@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 10cf821 commit 2b0b5be

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@backstage-community/plugin-rbac': patch
3+
---
4+
5+
Update German translation for accessible plugins header.

workspaces/rbac/plugins/rbac/src/alpha/translations/de.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const rbacTranslationDe = createTranslationMessages({
3535
'table.titleWithCount': 'Alle Rollen ({{count}})',
3636
'table.headers.name': 'Name',
3737
'table.headers.usersAndGroups': 'Benutzer und Gruppen',
38-
'table.headers.accessiblePlugins': 'Barrierefreie Plugins',
38+
'table.headers.accessiblePlugins': 'Zugängliche Plugins',
3939
'table.headers.actions': 'Aktionen',
4040
'table.defaultRoleUsersAndGroups': 'Alle Benutzer und alle Gruppen',
4141
'table.emptyContent': 'Keine Datensätze gefunden',

0 commit comments

Comments
 (0)