]> git.openstreetmap.org Git - rails.git/commitdiff
Fix typo in comment about Gravatar setting
authorMateusz <Matkowski2@gmail.com>
Mon, 24 Mar 2025 23:57:55 +0000 (00:57 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Mar 2025 23:57:55 +0000 (00:57 +0100)
app/controllers/confirmations_controller.rb

index 27f2c949ebae500426aa1a7b76474382236faf43..cd22dc23c66d61daad90fb4e8772b192c1f87d1b 100644 (file)
@@ -118,7 +118,7 @@ class ConfirmationsController < ApplicationController
   end
 
   ##
-  # display a message about th current status of the gravatar setting
+  # display a message about the current status of the Gravatar setting
   def gravatar_status_message(user)
     if user.image_use_gravatar
       t "profiles.edit.gravatar.enabled"