Skip to content

Commit df0ea49

Browse files
committed
[REF]: Refactor label for localization
1 parent 50b5e5e commit df0ea49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/switch/FileCardMosaicSwitch.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function FileCardMosaicSwitch({
3636
<FormControlLabel
3737
value="FileCard"
3838
control={<Radio />}
39-
label={withInput ? "<FileCard/> & <FileCard/>" : "<FileCard/>"}
39+
label={withInput ? "<FileCard/> & <FileInputButton/>" : "<FileCard/>"}
4040
/>
4141
</RadioGroup>
4242
</FormControl>

0 commit comments

Comments
 (0)