From 6343971cac7816e86facc25c53611180e77cbb41 Mon Sep 17 00:00:00 2001 From: Mateusz Date: Tue, 25 Mar 2025 00:57:55 +0100 Subject: [PATCH] Fix typo in comment about Gravatar setting --- app/controllers/confirmations_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5