From afd2a68fde6ea065355a801aae3466af58f518d0 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 7 Sep 2023 02:11:38 +0000 Subject: [PATCH] Update 'luasrc/model/cbi/gitea.lua' --- luasrc/model/cbi/gitea.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luasrc/model/cbi/gitea.lua b/luasrc/model/cbi/gitea.lua index b6d3fef..7929f04 100644 --- a/luasrc/model/cbi/gitea.lua +++ b/luasrc/model/cbi/gitea.lua @@ -7,7 +7,7 @@ local gitea_model = require "luci.model.gitea" local m, s, o m = taskd.docker_map("gitea", "gitea", "/usr/libexec/apps/gitea/gitea.sh", - translate("gitea"), + translate("Gitea"), translate("What is Gitea? Gitea is a painless self-hosted all-in-one software development service, it includes Git hosting, code review, team collaboration, package registry and CI/CD. It is similar to GitHub, Bitbucket and GitLab.") .. translate("Official website:") .. ' https://docs.gitea.io/')