diff --git a/app/pages/[...package].vue b/app/pages/[...package].vue index 2d7fc04775..5cda546e96 100644 --- a/app/pages/[...package].vue +++ b/app/pages/[...package].vue @@ -735,12 +735,13 @@ function handleClick(event: MouseEvent) {
-
+
{{ $t('package.stats.license') }}
- + + {{ $t('package.license.none') }}
diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 13c8c792b3..c8ebbe6cb7 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -298,7 +298,8 @@ "no_types": "No TypeScript types" }, "license": { - "view_spdx": "View license text on SPDX" + "view_spdx": "View license text on SPDX", + "none": "None" }, "vulnerabilities": { "no_description": "No description available", diff --git a/lunaria/files/en-US.json b/lunaria/files/en-US.json index 13c8c792b3..c8ebbe6cb7 100644 --- a/lunaria/files/en-US.json +++ b/lunaria/files/en-US.json @@ -298,7 +298,8 @@ "no_types": "No TypeScript types" }, "license": { - "view_spdx": "View license text on SPDX" + "view_spdx": "View license text on SPDX", + "none": "None" }, "vulnerabilities": { "no_description": "No description available",