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
This commit is contained in:
parent
993a1bbd43
commit
69bfac2226
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue