From: Mateusz Date: Mon, 24 Mar 2025 23:57:55 +0000 (+0100) Subject: Fix typo in comment about Gravatar setting X-Git-Tag: live~42^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/6343971cac7816e86facc25c53611180e77cbb41 Fix typo in comment about Gravatar setting --- diff --git a/app/controllers/confirmations_controller.rb b/app/controllers/confirmations_controller.rb index 27f2c949e..cd22dc23c 100644 --- a/app/controllers/confirmations_controller.rb +++ b/app/controllers/confirmations_controller.rb @@ -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"