fixing some typos

This commit is contained in:
orangecoding
2021-05-14 16:34:25 +02:00
parent 9f0bcbd85f
commit fa7a18ced1
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
}
&__separator{
background-color: #3a3a3a;
background-color: #2b2b2b;
border-radius: 10px;
padding: .8rem;
}

View File

@@ -174,7 +174,7 @@ export default function NotificationAdapterMutator({
There are multiple ways how Fredy can send new listings to you. Chose your weapon...
</p>
<Dropdown
placeholder="Select a notification adapteer"
placeholder="Select a notification adapter"
className="providerMutator__fields"
selection
value={selectedAdapter == null ? '' : selectedAdapter.id}
@@ -215,7 +215,7 @@ export default function NotificationAdapterMutator({
</Modal.Content>
<Modal.Actions>
<Button
content="Try"
content="Try Notification Adapter"
labelPosition="left"
floated="left"
icon="hand spock"