diff options
author | Go MAEDA <maeda@farend.jp> | 2021-05-15 05:29:49 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-05-15 05:29:49 +0000 |
commit | 4740307f11f4754df2970a75e83c16b87a71067c (patch) | |
tree | c26599a74e6ae3c77840182921c7373609929995 /app/helpers/application_helper.rb | |
parent | f8c7e3cf04762b1f03eaa0b345e33613be7ee67f (diff) | |
download | redmine-4740307f11f4754df2970a75e83c16b87a71067c.tar.gz redmine-4740307f11f4754df2970a75e83c16b87a71067c.zip |
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
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r-- | app/helpers/application_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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' |