Rename 'source variant' to linked variant (in most places)

There are two types of linked variant associations: source and target, so we need to keep the name there.
But when cloning a variant and retaining a link as source,  we will prefer the general term 'linked variant'. Hopefully this name works well.
This commit is contained in:
David Cook
2026-03-10 16:45:24 +11:00
parent c165ade4ba
commit e9ce2df5a9
16 changed files with 74 additions and 74 deletions

View File

@@ -6,7 +6,7 @@ angular.module("ofn.admin").factory 'EnterpriseRelationships', ($http, enterpris
'manage_products'
'edit_profile'
'create_variant_overrides'
'create_sourced_variants'
'create_linked_variants'
]
constructor: ->
@@ -31,4 +31,4 @@ angular.module("ofn.admin").factory 'EnterpriseRelationships', ($http, enterpris
when "manage_products" then t('js.services.manage_products')
when "edit_profile" then t('js.services.edit_profile')
when "create_variant_overrides" then t('js.services.add_products_to_inventory')
when "create_sourced_variants" then t('js.services.create_sourced_variants')
when "create_linked_variants" then t('js.services.create_linked_variants')