aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Inputs/Dropdown.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/Inputs/Dropdown.js')
-rw-r--r--frontend/src/components/Inputs/Dropdown.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/Inputs/Dropdown.js b/frontend/src/components/Inputs/Dropdown.js
index 851a692..27106dc 100644
--- a/frontend/src/components/Inputs/Dropdown.js
+++ b/frontend/src/components/Inputs/Dropdown.js
@@ -102,7 +102,7 @@ export const Language = (props) => {
<GenericDropdown
{...props}
options={options}
- placeholder={LANGS.detect}
+ placeholder='detect'
label='language'
/>
);
@@ -118,7 +118,7 @@ export const Theme = (props) => {
<GenericDropdown
{...props}
options={options}
- placeholder={'atom'}
+ placeholder='atom'
label='theme'
/>
);