Skip to content

Commit bea9d55

Browse files
Avelinobkcsoft
Avelino
authored andcommitted
Fixed project name on setting module key APP_NAME
1 parent d93429a commit bea9d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/setting/setting.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ please consider changing to GITEA_CUSTOM`)
393393
forcePathSeparator(LogRootPath)
394394

395395
sec := Cfg.Section("server")
396-
AppName = Cfg.Section("").Key("APP_NAME").MustString("Gogs: Go Git Service")
396+
AppName = Cfg.Section("").Key("APP_NAME").MustString("Gitea: Git with a cup of tea")
397397
AppURL = sec.Key("ROOT_URL").MustString("http://localhost:3000/")
398398
if AppURL[len(AppURL)-1] != '/' {
399399
AppURL += "/"

0 commit comments

Comments
 (0)