diff --git a/frontend/src/components/systems/addons/SystemAddonCard.vue b/frontend/src/components/systems/addons/SystemAddonCard.vue index c0759725e..0ef9398cb 100644 --- a/frontend/src/components/systems/addons/SystemAddonCard.vue +++ b/frontend/src/components/systems/addons/SystemAddonCard.vue @@ -163,7 +163,7 @@ const actions = computed( {{ getPurchaserName(row) }} - {{ $t('addons.purchaser_not_visible') }} + {{ row.grant?.source === 'legacy-import' ? $t('addons.purchaser_migrated') : $t('addons.purchaser_not_visible') }}