We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80dd64 commit 0c221f5Copy full SHA for 0c221f5
app/components/Package/DeprecatePackageModal.vue
@@ -24,8 +24,8 @@ const connectorModal = useModal('connector-modal')
24
25
const modalTitle = computed(() =>
26
deprecateVersion.value
27
- ? `${$t('package.deprecation.modal.title')} ${props.packageName}@${deprecateVersion.value}`
28
- : `${$t('package.deprecation.modal.title')} ${props.packageName}`,
+ ? `${t('package.deprecation.modal.title')} ${props.packageName}@${deprecateVersion.value}`
+ : `${t('package.deprecation.modal.title')} ${props.packageName}`,
29
)
30
31
async function handleDeprecate() {
0 commit comments