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
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ export default function FileCardMosaicSwitch({
<FormControlLabel
value="FileCard"
control={<Radio />}
label={withInput ? "<FileCard/> & <FileCard/>" : "<FileCard/>"}
label={withInput ? "<FileCard/> & <FileInputButton/>" : "<FileCard/>"}
/>
</RadioGroup>
</FormControl>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment