diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/da.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/da.ts index ece6df083a..6086096973 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/da.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/da.ts @@ -1218,10 +1218,10 @@ export default { }, colorPickerConfigurations: { colorsTitle: 'Farver', - colorsDescription: 'Tilføj, fjern eller sorter farver', + colorsDescription: 'Tilføj, fjern eller sorter farver (og etiketter).', showLabelTitle: 'Inkluder label?', showLabelDescription: - 'Gemmer farver som et Json-objekt, der både indeholder farvens hex streng og label, i stedet for kun at gemme hex strengen.', + 'Viser et farvet felt og en etiket for hver farve i farvevælgeren i stedet for blot et farvet felt.', }, contentPicker: { allowedItemTypes: 'Du kan kun vælge følgende type(r) dokumenter: %0%', diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts index 10209e8b15..425c4f5f6a 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts @@ -30,10 +30,10 @@ export default { noColors: 'You have not configured any approved colors', }, colorPickerConfigurations: { - colorsDescription: 'Add, remove or sort colors', + colorsDescription: 'Add, remove or sort colors (and labels).', colorsTitle: 'Colors', showLabelDescription: - 'Stores colors as a JSON object containing both the color hex string and label, rather than just the hex string.', + 'Displays colored field and a label for each color in the color picker, rather than just a colored field.', }, create: { folderDescription: 'Used to organize items and other folders. Keep items structured and easy to access.', @@ -51,7 +51,7 @@ export default { databaseNotFound: '
Database not found! Please check that the information in the "connection string" of the "web.config" file is correct.
To proceed, please edit the "web.config" file (using Visual Studio or your favorite text editor), scroll to the bottom, add the connection string for your database in the key named "UmbracoDbDSN" and save the file.
Click the retry button when done.
More information on editing web.config here.