Skip to content

Commit aaca161

Browse files
committed
Revert "add a translated string that is easily seen in the web UI Overview"
This reverts commit 86de71e.
1 parent 520956f commit aaca161

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rust/agama-software/src/zypp_server.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -557,10 +557,7 @@ impl ZyppServer {
557557
category: p.category,
558558
description: p.description,
559559
icon: p.icon,
560-
// FIXME: this should be simply summary: p.summary like for the other items
561-
// but we're using it to get a translated text to a place where it is used
562-
// by the web UI (in web/src/components/overview/SoftwareSection.tsx)
563-
summary: format!("{}: {}", gettext("Pattern summary"), p.summary),
560+
summary: p.summary,
564561
order: p.order,
565562
preselected,
566563
}

0 commit comments

Comments
 (0)