去掉错误的符号
This commit is contained in:
parent
8290741746
commit
3620cd99b6
|
@ -337,7 +337,7 @@ class ProjectsController < ApplicationController
|
|||
end
|
||||
end
|
||||
if params[:repository] == "pswd_is_null"
|
||||
html << l(:label_password_not_null)<< ";"
|
||||
html << l(:label_password_not_null)
|
||||
end
|
||||
flash[:error] = html if !html.to_s.blank?
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue