File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1034,7 +1034,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
10341034 <!-- Version Distribution Modal -->
10351035 <PackageChartModal
10361036 v-if =" isDistributionModalOpen"
1037- :title =" $t('package.versions.distribution_modal_title')"
1037+ :modal- title =" $t('package.versions.distribution_modal_title')"
10381038 @close =" closeDistributionModal"
10391039 @transitioned =" handleDistributionModalTransitioned"
10401040 >
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ const config = computed(() => {
305305
306306 <PackageChartModal
307307 v-if =" isChartModalOpen && hasWeeklyDownloads"
308- :title =" $t('package.downloads.modal_title ')"
308+ :modal- title =" $t('package.trends.title ')"
309309 @close =" handleModalClose"
310310 @transitioned =" handleModalTransitioned"
311311 >
You can’t perform that action at this time.
0 commit comments