diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb
index 781d67f..a8fdf74 100644
--- a/app/views/users/edit.html.erb
+++ b/app/views/users/edit.html.erb
@@ -25,8 +25,8 @@
<%= f.select :timezone,
TZInfo::Timezone.all.map(&:identifier).sort,
include_blank: @user.timezone.blank?, class: "form-select" %>
- This affects how your activity graph and other time-based features are displayed.
+ This affects how your activity graph and other time-based features are displayed.
<%= f.submit "Save Settings" %>
<% end %>