Skip to content
Snippets Groups Projects
Commit df0ea490 authored by Jose Manuel Serrano Amaut's avatar Jose Manuel Serrano Amaut
Browse files

[REF]: Refactor label for localization

parent 50b5e5e0
Branches
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ export default function FileCardMosaicSwitch({ ...@@ -36,7 +36,7 @@ export default function FileCardMosaicSwitch({
<FormControlLabel <FormControlLabel
value="FileCard" value="FileCard"
control={<Radio />} control={<Radio />}
label={withInput ? "<FileCard/> & <FileCard/>" : "<FileCard/>"} label={withInput ? "<FileCard/> & <FileInputButton/>" : "<FileCard/>"}
/> />
</RadioGroup> </RadioGroup>
</FormControl> </FormControl>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment