From 000c1559b3a30fc0fb34ef1c814d03a735e602de Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Mon, 27 Apr 2026 16:12:58 +0200 Subject: [PATCH] Fix record info --- .../gnome-initial-setup/gnome_initial_setup_post.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/applications/gnome-initial-setup/gnome_initial_setup_post.pm b/tests/applications/gnome-initial-setup/gnome_initial_setup_post.pm index 36435d5e..4bc6b015 100644 --- a/tests/applications/gnome-initial-setup/gnome_initial_setup_post.pm +++ b/tests/applications/gnome-initial-setup/gnome_initial_setup_post.pm @@ -56,7 +56,7 @@ sub run { # If locale_check is off, only record info and skip checking. if ($locale_check == 0) { - record_info("Language and keyboard layout checks are switched off!"); + record_info("Lang settings", "Language and keyboard layout checks are switched off!"); } else { console_loadkeys_us(); @@ -91,7 +91,7 @@ sub run { # Do not check for keyboard layout and locales because # this type of setting is currently disabled in G-I-S. if ($locale_check == 0) { - record_info("Language and keyboard layout checks are switched off!"); + record_info("Lang settings", "Language and keyboard layout checks are switched off!"); } else { # Check that keyboard layout and the locales are correct in user space