diff --git a/frontend/app/components/input/input.tsx b/frontend/app/components/input/input.tsx index 7a23d912..d17b6189 100644 --- a/frontend/app/components/input/input.tsx +++ b/frontend/app/components/input/input.tsx @@ -58,7 +58,7 @@ interface State { const Labels = { main: 'Send', - edit: 'Edit', + edit: 'Save', reply: 'Reply', };