chore: update changelog
All checks were successful
repod / xml (push) Successful in 18s
repod / php (push) Successful in 1m6s
repod / nodejs (push) Successful in 2m20s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-01-18 17:54:26 +01:00
parent 676a91f69d
commit e2b4cb546f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## 1.4.0 - 2024-01-18
### Added
- Import subscriptions
- Export subscriptions
## 1.3.0 - 2024-01-18
### Added

View File

@ -14,7 +14,7 @@
<template #icon>
<Delete :size="20" />
</template>
{{ t('Delete') }}
{{ t(`core`, 'Delete') }}
</NcActionButton>
</template>
</NcAppNavigationItem>