diff --git a/src/libcalamaresui/Branding.cpp b/src/libcalamaresui/Branding.cpp index 05318ce2a..1a790b0e2 100644 --- a/src/libcalamaresui/Branding.cpp +++ b/src/libcalamaresui/Branding.cpp @@ -54,7 +54,9 @@ QStringList Branding::s_stringEntryStrings = "shortProductName", "bootloaderEntryName", "productUrl", - "productUrlText" + "supportUrl", + "knownIssuesUrl", + "releaseNotesUrl" }; diff --git a/src/libcalamaresui/Branding.h b/src/libcalamaresui/Branding.h index 524172bbc..1c43c5832 100644 --- a/src/libcalamaresui/Branding.h +++ b/src/libcalamaresui/Branding.h @@ -46,7 +46,9 @@ public: ShortProductName, BootloaderEntryName, ProductUrl, - ProductUrlText + SupportUrl, + KnownIssuesUrl, + ReleaseNotesUrl }; enum ImageEntry : short