Skip to content

Commit 70587bb

Browse files
committed
MP-102 typo fix on edit btn label
1 parent fa96ddc commit 70587bb

File tree

1 file changed

+1
-1
lines changed
  • src/apps/accounts/src/settings/tabs/tools/devices

1 file changed

+1
-1
lines changed

src/apps/accounts/src/settings/tabs/tools/devices/Devices.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ const Devices: FC<DevicesProps> = (props: DevicesProps) => {
440440
{!isEditMode && <IconOutline.PlusCircleIcon />}
441441
<Button
442442
link
443-
label={`${isEditMode ? 'Edit' : 'Add'} Service Provider to your List`}
443+
label={`${isEditMode ? 'Edit' : 'Add'} Device to your List`}
444444
onClick={handleFormAction}
445445
/>
446446
{isEditMode && (

0 commit comments

Comments
 (0)