diff --git a/backend/i18n/frontend_nl.json b/backend/i18n/frontend_nl.json index 34a0ddfa3..616f42838 100644 --- a/backend/i18n/frontend_nl.json +++ b/backend/i18n/frontend_nl.json @@ -380,7 +380,7 @@ "contents.referencesCreatePublish": "Maken en publiceren", "contents.referencesLink": "Link geselecteerde inhoud ({count})", "contents.referencesSelectExisting": "Selecteer bestaande", - "contents.referencesSelectSchema": "Selecteer {scheme}", + "contents.referencesSelectSchema": "Selecteer {schema}", "contents.refreshTooltip": "Ververs inhoud (CTRL + SHIFT + R)", "contents.reloaded": "Inhoud opnieuw geladen.", "contents.removeConfirmText": "Wil je de inhoud echt verwijderen?", diff --git a/backend/i18n/source/frontend_nl.json b/backend/i18n/source/frontend_nl.json index 5fb1e6b6a..e4265bf6c 100644 --- a/backend/i18n/source/frontend_nl.json +++ b/backend/i18n/source/frontend_nl.json @@ -368,7 +368,7 @@ "contents.referencesCreatePublish": "Maken en publiceren", "contents.referencesLink": "Link geselecteerde inhoud ({count})", "contents.referencesSelectExisting": "Selecteer bestaande", - "contents.referencesSelectSchema": "Selecteer {scheme}", + "contents.referencesSelectSchema": "Selecteer {schema}", "contents.refreshTooltip": "Ververs inhoud (CTRL + SHIFT + R)", "contents.reloaded": "Inhoud opnieuw geladen.", "contents.removeConfirmText": "Wil je de inhoud echt verwijderen?", diff --git a/frontend/app/features/content/shared/forms/assets-editor.component.scss b/frontend/app/features/content/shared/forms/assets-editor.component.scss index 86fc2ead1..c03af5383 100644 --- a/frontend/app/features/content/shared/forms/assets-editor.component.scss +++ b/frontend/app/features/content/shared/forms/assets-editor.component.scss @@ -40,6 +40,7 @@ font-weight: normal; padding: 5px .5rem; text-align: center; + text-decoration: none; transition: border-color .4s ease; } diff --git a/frontend/app/features/content/shared/references/references-editor.component.scss b/frontend/app/features/content/shared/references/references-editor.component.scss index 93e444171..be7e74deb 100644 --- a/frontend/app/features/content/shared/references/references-editor.component.scss +++ b/frontend/app/features/content/shared/references/references-editor.component.scss @@ -25,10 +25,11 @@ border: 2px dashed darken($color-border, 10%); color: darken($color-border, 30%); cursor: pointer; - font-size: 1.2rem; + font-size: 1rem; font-weight: normal; padding: 1rem; text-align: center; + text-decoration: none; transition: border-color .4s ease; }