From 4740307f11f4754df2970a75e83c16b87a71067c Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 15 May 2021 05:29:49 +0000 Subject: Fix typo in ApplicationHelper.html_title comment (#35230). Patch by keineahnung2345. git-svn-id: http://svn.redmine.org/redmine/trunk@21001 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/helpers/application_helper.rb') 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' -- cgit v1.2.3