mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
Change button label on Edit Drive dialog from Create to Save (#5690)
Signed-off-by: Abigail Dawson <abigaildawson.dev@gmail.com>
This commit is contained in:
parent
fd25c6961d
commit
e752bc44a0
@ -222,7 +222,7 @@
|
||||
|
||||
<Card
|
||||
label={drive ? driveRes.string.EditDrive : driveRes.string.CreateDrive}
|
||||
okLabel={drive ? presentation.string.Create : presentation.string.Save}
|
||||
okLabel={drive ? presentation.string.Save : presentation.string.Create}
|
||||
okAction={handleSave}
|
||||
{canSave}
|
||||
accentHeader
|
||||
|
Loading…
Reference in New Issue
Block a user