Skip to content

Commit

Permalink
Missed a capital
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jun 21, 2023
1 parent 6bdf00b commit 7709fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/Behavior.vala
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public class Pantheon.Keyboard.Behaviour.Page : Gtk.Box {
bouncekeys_grid.attach (bouncekeys_switch, 1, 0, 1, 2);
bouncekeys_grid.attach (bouncekeys_scale, 0, 2, 2);

var events_header = new Granite.HeaderLabel (_("Event alerts"));
var events_header = new Granite.HeaderLabel (_("Event Alerts"));

// FIXME: Replace with Granite.HeaderLabel secondary_text in Gtk4
var events_subtitle = new Gtk.Label (
Expand Down

0 comments on commit 7709fcf

Please sign in to comment.