{{t('import-description')}}
-{{t('cbl-repo') | safeHtml}}
+ + diff --git a/UI/Web/src/assets/langs/en.json b/UI/Web/src/assets/langs/en.json index efff0d901..0019f436d 100644 --- a/UI/Web/src/assets/langs/en.json +++ b/UI/Web/src/assets/langs/en.json @@ -1462,7 +1462,6 @@ "theme": "Theme", "customize": "Customize", "cbl-import": "CBL Reading List", - "cbl-repo": "You can find many reading lists in the community repo.", "mal-stack-import": "MAL Stack" }, @@ -1668,7 +1667,8 @@ "validate-cbl-step": "Validate CBL", "dry-run-step": "Dry Run", "final-import-step": "Final Step", - "comicvine-parsing-label": "Use Comic Vine Series matching" + "comicvine-parsing-label": "Use Comic Vine Series matching", + "cbl-repo": "You can find many reading lists in the community repo." }, "pdf-reader": { @@ -2420,7 +2420,10 @@ "promote": "Promote", "promote-tooltip": "Make the item visible to all users", "new-collection": "New Collection", - "multiple-selections": "Multiple Selections" + "multiple-selections": "Multiple Selections", + "back-to": "Back to {{action}}", + "title": "Actions" + }, "preferences": { diff --git a/openapi.json b/openapi.json index 4e95289cf..c8531966b 100644 --- a/openapi.json +++ b/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.1", "info": { "title": "Kavita", - "description": "Kavita provides a set of APIs that are authenticated by JWT. JWT token can be copied from local storage. Assume all fields of a payload are required. Built against v0.8.2.10", + "description": "Kavita provides a set of APIs that are authenticated by JWT. JWT token can be copied from local storage. Assume all fields of a payload are required. Built against v0.8.2.11", "license": { "name": "GPL-3.0", "url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"