From 69bfac2226ca54c8d041add2802d65f51cdcc043 Mon Sep 17 00:00:00 2001 From: Keegan George Date: Tue, 9 Aug 2022 16:42:47 -0700 Subject: [PATCH] UX: Change edit modal primary button to `Save Edit` (#8) To add consistency with naming used in other areas of the composer, this PR changes the label of the primary button from Update Table to Save Edit --- locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.yml b/locales/en.yml index 54512fb..9825c04 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -19,7 +19,7 @@ en: modal: title: "Edit Table" cancel: "cancel" - create: "Update Table" + create: "Save Edit" reason: "why are you editing?" trigger_reason: "Add reason for edit" default_edit_reason: "Update Table with Table Editor"