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
|
<Card
|
||||||
label={drive ? driveRes.string.EditDrive : driveRes.string.CreateDrive}
|
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}
|
okAction={handleSave}
|
||||||
{canSave}
|
{canSave}
|
||||||
accentHeader
|
accentHeader
|
||||||
|
Loading…
Reference in New Issue
Block a user