Skip to content

updates-page: Improve the "updates loading" page style

This better implement the HdyStatusPage style for the updates loading state, splitting the page's title and its description in two strings, using the title case for the title and making the description a proper sentence (matching the recommendations @bertob made in the previous MR).

This also drops gs_updates_page_get_state_string() as it's only used to get a localized static string, making the code simpler and more consistent.

Before

Capture_d_écran_de_2021-06-17_11-05-48

After

Capture_d_écran_de_2021-06-17_10-52-55

A HdyStatusPage for comparison

Capture_d_écran_de_2021-06-17_10-52-58

Merge request reports