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:
Abigail Dawson 2024-05-28 23:50:38 -04:00 committed by GitHub
parent fd25c6961d
commit e752bc44a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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