Skip to content

Commit 4d4033b

Browse files
authored
fix(plugin-multi-tenant): improve translation for "Tenant" (use "Mandant" instead of "Mieter") (#15537)
Currently, the term "Tenant" is translated as "Mieter" in German. While "Mieter" is a literal translation (meaning a person who rents an apartment), the correct technical term in a software/SaaS context for multi-tenancy is "Mandant". This PR updates the German localization to use the industry-standard terminology to avoid confusion for German-speaking users.
1 parent c403b00 commit 4d4033b

File tree

1 file changed

+2
-2
lines changed
  • packages/plugin-multi-tenant/src/translations/languages

1 file changed

+2
-2
lines changed

packages/plugin-multi-tenant/src/translations/languages/de.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import type { PluginDefaultTranslationsObject, PluginLanguage } from '../types.j
22

33
export const deTranslations: PluginDefaultTranslationsObject = {
44
'plugin-multi-tenant': {
5-
'assign-tenant-button-label': 'Mieter zuweisen',
5+
'assign-tenant-button-label': 'Mandant zuweisen',
66
'assign-tenant-modal-title': 'Weisen Sie "{{title}}" zu',
77
'field-assignedTenant-label': 'Zugewiesener Mandant',
8-
'nav-tenantSelector-label': 'Mieter',
8+
'nav-tenantSelector-label': 'Nach Mandanten filtern',
99
},
1010
}
1111

0 commit comments

Comments
 (0)