mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 20:26:13 +01:00
Update changepassword.go
use key "page_title_change_password"
This commit is contained in:
parent
c5a26cdd64
commit
2a915785d3
@ -7,5 +7,5 @@ type ChangePasswordController struct {
|
||||
|
||||
// Get renders the change password page
|
||||
func (asc *ChangePasswordController) Get() {
|
||||
asc.Forward("page_title_reset_password", "change-password.htm")
|
||||
asc.Forward("page_title_change_password", "change-password.htm")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user