From 166f932d1effc2047b1aafffe30cd58d78039d10 Mon Sep 17 00:00:00 2001 From: Echo Date: Wed, 25 Mar 2026 11:46:18 +0100 Subject: [PATCH] [Glitch] Profile editing: Fix incorrect label Port 74123950be00e498fa1b78fcfaf9f5b9ec3246eb to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/features/account_edit/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/features/account_edit/index.tsx b/app/javascript/flavours/glitch/features/account_edit/index.tsx index adef521bc2..fc0150ca72 100644 --- a/app/javascript/flavours/glitch/features/account_edit/index.tsx +++ b/app/javascript/flavours/glitch/features/account_edit/index.tsx @@ -59,7 +59,7 @@ export const messages = defineMessages({ defaultMessage: 'Add a short introduction to help others identify you.', }, bioAddLabel: { - id: 'account_edit.bio.label', + id: 'account_edit.bio.add_label', defaultMessage: 'Add bio', }, bioEditLabel: {