diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json
index 5ea7dd932..3eb6fb755 100644
--- a/www/common/translations/messages.json
+++ b/www/common/translations/messages.json
@@ -354,7 +354,7 @@
"fm_info_root": "Create as many nested folders here as you want to sort your files.",
"fm_info_unsorted": "Contains all the files you've visited that are not yet sorted in \"Documents\" or moved to the \"Trash\".",
"fm_info_template": "Contains all the pads stored as templates and that you can re-use when you create a new pad.",
- "fm_info_recent": "List the recently modified or opened pads.",
+ "fm_info_recent": "These pads have recently been opened or modified by you or people you collaborate with.",
"fm_info_trash": "Empty your trash to free space in your CryptDrive.",
"fm_info_allFiles": "Contains all the files from \"Documents\", \"Unsorted\" and \"Trash\". You can't move or remove files from here.",
"fm_info_anonymous": "You are not logged in so your pads will expire after 3 months (find out more). They are stored in your browser so clearing history may make them disappear.
Sign up or Log in to keep them alive.
",
@@ -895,9 +895,9 @@
"embed": "Embed images from your disk or your CryptDrive and export them as PNG to your disk or your CryptDrive "
},
"kanban": {
- "add": "Add new boards using the button in the top-right corner",
- "task": "Move items by dragging and dropping them from one board to another",
- "color": "Change the colors by clicking on the colored part next to the board titles"
+ "add": "Add new cards and boards by clicking the buttons",
+ "task": "Move items by dragging and dropping, drag to the trash to delete",
+ "color": "Edit titles, content, tags, and colors by clicking on the button next to card and board titles"
}
},
"driveReadmeTitle": "What is CryptPad?",
@@ -1326,5 +1326,15 @@
"owner_text": "The owner(s) of a pad are the only users authorised to: add/remove owners, restrict access to the pad with an access list, or delete the pad.",
"logoutEverywhere": "Log out everywhere",
"allow_text": "Using an access list means that only selected users and owners will be able to access this document.",
- "teams": "Teams"
+ "teams": "Teams",
+ "kanban_title": "Title",
+ "kanban_body": "Content",
+ "kanban_color": "Color",
+ "kanban_delete": "Delete",
+ "kanban_tags": "Filter by tag",
+ "kanban_noTags": "No tags",
+ "kanban_conflicts": "Currently editing:",
+ "kanban_clearFilter": "Clear filter",
+ "kanban_editCard": "Edit this card",
+ "kanban_editBoard": "Edit this board"
}