From dda798752fc570327dab544f9969254b6568b3f8 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Mon, 2 Sep 2024 16:42:25 +0800 Subject: [PATCH] chore: bump version 0.6.8 (#6164) * chore: bump version 0.6.8 * chore: update translations --- CHANGELOG.md | 1 + frontend/resources/translations/en.json | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d736863b..f86f554620 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 1a3914fb97..6b0bc6f0d8 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",