diff --git a/modules/base/tool.go b/modules/base/tool.go index 0dec7aa8d..4a8a124dd 100644 --- a/modules/base/tool.go +++ b/modules/base/tool.go @@ -490,7 +490,7 @@ func ActionIcon(opType int) string { const ( TPL_CREATE_REPO = `%s created repository %s` - TPL_COMMIT_REPO = `%s pushed to %s at %s/%s%s` + TPL_COMMIT_REPO = `%s pushed to %s at %s/%s%s` TPL_COMMIT_REPO_LI = `
user-avatar %s %s
` )