diff options
Diffstat (limited to 'frontend/src/components/Inputs.js')
| -rw-r--r-- | frontend/src/components/Inputs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Inputs.js b/frontend/src/components/Inputs.js index 3adad92..e18133d 100644 --- a/frontend/src/components/Inputs.js +++ b/frontend/src/components/Inputs.js @@ -152,7 +152,7 @@ const LangInput = (props) => { <GenericDropdown {...props} options={options} - placeholder={LANGS.raw} + placeholder={LANGS.auto} label='language' /> ); |