From 1e174118df0fd39cf20925dfe4be4acf497f2f0d Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Thu, 28 May 2026 15:14:00 +0300 Subject: [PATCH] feat: add label to profile avatar card --- templates/shared/user/profile_big_avatar.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/shared/user/profile_big_avatar.tmpl b/templates/shared/user/profile_big_avatar.tmpl index 7e3be457a2..3d7166a513 100644 --- a/templates/shared/user/profile_big_avatar.tmpl +++ b/templates/shared/user/profile_big_avatar.tmpl @@ -20,6 +20,7 @@
{{if .ContextUser.FullName}}{{.ContextUser.FullName}}{{end}} {{.ContextUser.Name}} {{if .ContextUser.GetPronouns .IsSigned}} · {{.ContextUser.GetPronouns .IsSigned}}{{end}} + {{if .ContextUser.IsBot}}{{ctx.Locale.Tr "admin.users.bot"}}{{end}}