##// END OF EJS Templates
scm: cvs: fix mistake human attribute names of root_url and url....
Toshi MARUYAMA -
r5396:2dc0875a72e9
parent child
Show More
@@ -22,8 +22,8 class Repository::Cvs < Repository
22 validates_presence_of :url, :root_url, :log_encoding
22 validates_presence_of :url, :root_url, :log_encoding
23
23
24 ATTRIBUTE_KEY_NAMES = {
24 ATTRIBUTE_KEY_NAMES = {
25 "url" => "CVSROOT",
25 "root_url" => "CVSROOT",
26 "root_url" => "Module",
26 "url" => "Module",
27 "log_encoding" => "Commit messages encoding",
27 "log_encoding" => "Commit messages encoding",
28 }
28 }
29 def self.human_attribute_name(attribute_key_name)
29 def self.human_attribute_name(attribute_key_name)
General Comments 0
You need to be logged in to leave comments. Login now