diff --git a/src/fu-util-common.c b/src/fu-util-common.c index 24c6984e2..02cb4b22b 100644 --- a/src/fu-util-common.c +++ b/src/fu-util-common.c @@ -384,7 +384,7 @@ fu_util_get_release_description_with_fallback(FwupdRelease *rel) g_string_append(str, fwupd_release_get_description(rel)); /* add this client side to get the translations */ - if (!fwupd_release_has_flag(rel, FWUPD_RELEASE_FLAG_IS_COMMUNITY)) { + if (fwupd_release_has_flag(rel, FWUPD_RELEASE_FLAG_IS_COMMUNITY)) { g_string_append_printf( str, "
%s
",