From accaae0bbddd83b11a86cc1899b78f13670688d0 Mon Sep 17 00:00:00 2001 From: Andrey Blinov Date: Wed, 10 Jul 2019 11:22:37 +0300 Subject: [PATCH] Change label in editing form from Edit to Save --- frontend/app/components/input/input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', };