Skip to content

Commit 9c80abf

Browse files
authored
Fix minor typo in SBOM load form (#228)
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 78e2e8a commit 9c80abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product_portfolio/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ class BaseProductImportFormView(forms.Form):
608608
"If checked, the discovered packages from the manifest that are already "
609609
"existing in your Dataspace will be updated with ScanCode data. "
610610
"Note that only the empty fields will be updated. "
611-
"By default (un-checked), existing packages will be assign to the product "
611+
"By default (un-checked), existing packages will be assigned to the product "
612612
"without any modification."
613613
),
614614
)

0 commit comments

Comments
 (0)