Skip to content

Commit

Permalink
AppSettingsView: Fix typo 'Notications' -> 'Notifications' (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Oct 5, 2024
1 parent 7b16f0f commit bdf1ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Permissions/Widgets/AppSettingsView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public class Permissions.Widgets.AppSettingsView : Switchboard.SettingsPage {
});

notifications_row = new PermissionSettingsWidget (
_("Notications"),
_("Notifications"),
_("Send notification bubbles that may play sound and appear in Notification Center."),
"preferences-system-notifications"
);
Expand Down

0 comments on commit bdf1ccb

Please sign in to comment.