From 4f676e8f482343b806bf3ed602794941ae254036 Mon Sep 17 00:00:00 2001 From: keineahnung2345 Date: Wed, 12 May 2021 11:29:38 +0800 Subject: Fix typo in html_title's description --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 224f7039b..3a1aaadc6 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -764,7 +764,7 @@ module ApplicationHelper # Sets the html title # Returns the html title when called without arguments - # Current project name and app_title and automatically appended + # Current project name and app_title are automatically appended # Exemples: # html_title 'Foo', 'Bar' # html_title # => 'Foo - Bar - My Project - Redmine' -- 2.25.1