diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 728a0f5ff..501d6dd87 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -422,7 +422,7 @@ "titleService": "Import your data from {name} into Vikunja", "import": "Import your data into Vikunja", "description": "Click on the logo of one of the third-party services below to get started.", - "descriptionDo": "Vikunja will import all projects, tasks, notes, reminders and files you have access to.", + "descriptionDo": "Vikunja will import all lists, tasks, notes, reminders and files you have access to.", "authorize": "To authorize Vikunja to access your {name} Account, click the button below.", "getStarted": "Get Started", "inProgress": "Importing in progress…", @@ -528,8 +528,8 @@ "strikethrough": "Strikethrough", "code": "Code", "quote": "Quote", - "unorderedProject": "Unordered Project", - "orderedProject": "Ordered Project", + "unorderedList": "Unordered List", + "orderedList ": "Ordered List", "cleanBlock": "Clean Block", "link": "Link", "image": "Image", @@ -900,7 +900,7 @@ }, "project": { "title": "Project Views", - "switchToProjectView": "Switch to project view", + "switchToListView": "Switch to project view", "switchToGanttView": "Switch to gantt view", "switchToKanbanView": "Switch to kanban view", "switchToTableView": "Switch to table view"