Skip to content

Commit

Permalink
Fix error description
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 30, 2023
1 parent ece8bca commit 1872785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/agama-dbus-server/src/locale.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl Locale {

if !self.keymaps_db.exists(&keymap_id) {
return Err(zbus::fdo::Error::Failed(
"Invalid keyboard value".to_string(),
"Invalid keymap value".to_string(),
));
}
self.keymap = keymap_id;
Expand Down

0 comments on commit 1872785

Please sign in to comment.