diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 520ef8374d..1ff1283011 100755 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,16 @@ # Release Notes +## 2.14.1 + +For a full list of changes see: +https://github.com/oskariorg/oskari-frontend/milestone/52?closed=1 + +Fixed an issue where layers with URL templates couldn't be added with the admin UI. + +Removed postinstall script that did not work properly when dev-mode was not used. It was replaced with a Babel-plugin that can handle Cesium quirks. + +Updated dompurify 2.3.6 -> 2.5.8 + ## 2.14.0 For a full list of changes see: diff --git a/bundles/catalogue/metadata/resources/locale/sv.js b/bundles/catalogue/metadata/resources/locale/sv.js index 9afb137983..0744d2db44 100644 --- a/bundles/catalogue/metadata/resources/locale/sv.js +++ b/bundles/catalogue/metadata/resources/locale/sv.js @@ -10,7 +10,7 @@ Oskari.registerLocalization({ "basic": "Grundläggande information", "inspire": "Inspire metadata", "jhs": "ISO 19115 metadata", - "quality": "Data kvalität", + "quality": "Datakvalitet", "actions": "Handlingar" }, "actions": { diff --git a/bundles/catalogue/metadataflyout/resources/locale/sv.js b/bundles/catalogue/metadataflyout/resources/locale/sv.js index e150c51221..b37f2dda04 100644 --- a/bundles/catalogue/metadataflyout/resources/locale/sv.js +++ b/bundles/catalogue/metadataflyout/resources/locale/sv.js @@ -16,7 +16,7 @@ Oskari.registerLocalization({ "abstract": "Grundläggande information", "inspire": "Inspire metadata", "jhs": "ISO 19115 metadata", - "quality": "Data kvalität", + "quality": "Datakvalitet", "actions": "Handlingar", "xml": "ISO 19139 XML fil", "coverage": { diff --git a/bundles/framework/publisher2/resources/locale/en.js b/bundles/framework/publisher2/resources/locale/en.js index 95fa5c84c8..6f146c38b0 100755 --- a/bundles/framework/publisher2/resources/locale/en.js +++ b/bundles/framework/publisher2/resources/locale/en.js @@ -241,7 +241,7 @@ Oskari.registerLocalization( "size": "The map size is invalid. The width should be from {minWidth} to {maxWidth} pixels and the height from {minHeight} to {maxHeight} pixels.", "domain": "The website is required. Please type an address and try again.", "domainStart": "The website is invalid. Please type an address without http or www prefixes and try again.", - "name": "The map name is required. Plese type a name and try again.", + "name": "The map name is required. Please type a name and try again.", "nohelp": "The user guide is not available.", "saveFailed": "The embedded map could not be saved.", "nameIllegalCharacters": "The map name contains illegal characters (e.g. html-tags). Please correct the name and try again.",