From 6679710e2aa30aac76a81c3a082e037eca81d4d3 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 7 Sep 2023 02:40:26 +0000 Subject: [PATCH] Update 'luasrc/model/cbi/mastodon.lua' --- luasrc/model/cbi/mastodon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/')