We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa96ddc commit 70587bbCopy full SHA for 70587bb
src/apps/accounts/src/settings/tabs/tools/devices/Devices.tsx
@@ -440,7 +440,7 @@ const Devices: FC<DevicesProps> = (props: DevicesProps) => {
440
{!isEditMode && <IconOutline.PlusCircleIcon />}
441
<Button
442
link
443
- label={`${isEditMode ? 'Edit' : 'Add'} Service Provider to your List`}
+ label={`${isEditMode ? 'Edit' : 'Add'} Device to your List`}
444
onClick={handleFormAction}
445
/>
446
{isEditMode && (
0 commit comments