File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/features/ui/dashboard/users/get-hwid-user-devices Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1070
1070
"important-note-line-7" : " Learn more." ,
1071
1071
"loading-hwid-devices" : " Loading HWIDs and Devices ..." ,
1072
1072
"search-by-hwid" : " Search by HWID" ,
1073
- "enter-hwid-to-filter-devices" : " Enter HWID to filter devices ..."
1073
+ "enter-hwid-to-filter-devices" : " Enter HWID to filter devices ..." ,
1074
+ "delete-all-devices" : " Delete All Devices"
1074
1075
}
1075
1076
},
1076
1077
"headers-manager" : {
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ export function GetHwidUserDevicesFeature(props: IProps) {
376
376
onClick = { ( ) => deleteAllDevices ( { variables : { userUuid } } ) }
377
377
variant = "light"
378
378
>
379
- Delete All Devices
379
+ { t ( 'get-hwid-user-devices.feature.delete-all-devices' ) }
380
380
</ Button >
381
381
< TextInput
382
382
label = { t ( 'get-hwid-user-devices.feature.search-by-hwid' ) }
You can’t perform that action at this time.
0 commit comments