diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d736863b70..f86f554620db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ ### Bug Fixes - Removed Wayland header from AppImage build - Fixed the issue where pasting web image on mobile failed. +- Fixed the issue where the name of newly created card in board view didn't show up. ## Version 0.6.7 - 13/08/2024 ### New Features diff --git a/frontend/resources/translations/en.json b/frontend/resources/translations/en.json index 1a3914fb97f1..6b0bc6f0d872 100644 --- a/frontend/resources/translations/en.json +++ b/frontend/resources/translations/en.json @@ -288,10 +288,10 @@ "minutesAgo": "{count} minutes ago", "lastViewed": "Last viewed", "favoriteAt": "Favorited", - "emptyRecent": "No Recent Documents", - "emptyRecentDescription": "As you view documents, they will appear here for easy retrieval", - "emptyFavorite": "No Favorite Documents", - "emptyFavoriteDescription": "Start exploring and mark documents as favorites. They’ll be listed here for quick access!", + "emptyRecent": "No Recent Pages", + "emptyRecentDescription": "As you view pages, they will appear here for easy retrieval.", + "emptyFavorite": "No Favorite Pages", + "emptyFavoriteDescription": "Mark pages as favorites—they'll be listed here for quick access!", "removePageFromRecent": "Remove this page from the Recent?", "removeSuccess": "Removed successfully", "favoriteSpace": "Favorites",