diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fba4a6..f772c4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.4.0 - 2024-01-18 + +### Added +- Import subscriptions +- Export subscriptions + ## 1.3.0 - 2024-01-18 ### Added diff --git a/src/components/Sidebar/Item.vue b/src/components/Sidebar/Item.vue index 64824bd..dfafe51 100644 --- a/src/components/Sidebar/Item.vue +++ b/src/components/Sidebar/Item.vue @@ -14,7 +14,7 @@ - {{ t('Delete') }} + {{ t(`core`, 'Delete') }}