diff --git a/luasrc/model/cbi/mastodon.lua b/luasrc/model/cbi/mastodon.lua index 13248de..478451e 100644 --- a/luasrc/model/cbi/mastodon.lua +++ b/luasrc/model/cbi/mastodon.lua @@ -7,7 +7,7 @@ local mastodon_model = require "luci.model.mastodon" local m, s, o m = taskd.docker_map("mastodon", "mastodon", "/usr/libexec/apps/mastodon/mastodon.sh", - translate("mastodon"), + translate("Mastodon"), translate("Mastodon is a decentralized social network made up of independent servers organized around specific themes, topics, or interests. People can join servers, follow each other, engage in conversations, and otherwise do all sorts of things they'd expect to do on a social network like Twitter.") .. translate("Official website:") .. ' https://joinmastodon.org/')