mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
fixing some typos
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__separator{
|
&__separator{
|
||||||
background-color: #3a3a3a;
|
background-color: #2b2b2b;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: .8rem;
|
padding: .8rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -174,7 +174,7 @@ export default function NotificationAdapterMutator({
|
|||||||
There are multiple ways how Fredy can send new listings to you. Chose your weapon...
|
There are multiple ways how Fredy can send new listings to you. Chose your weapon...
|
||||||
</p>
|
</p>
|
||||||
<Dropdown
|
<Dropdown
|
||||||
placeholder="Select a notification adapteer"
|
placeholder="Select a notification adapter"
|
||||||
className="providerMutator__fields"
|
className="providerMutator__fields"
|
||||||
selection
|
selection
|
||||||
value={selectedAdapter == null ? '' : selectedAdapter.id}
|
value={selectedAdapter == null ? '' : selectedAdapter.id}
|
||||||
@@ -215,7 +215,7 @@ export default function NotificationAdapterMutator({
|
|||||||
</Modal.Content>
|
</Modal.Content>
|
||||||
<Modal.Actions>
|
<Modal.Actions>
|
||||||
<Button
|
<Button
|
||||||
content="Try"
|
content="Try Notification Adapter"
|
||||||
labelPosition="left"
|
labelPosition="left"
|
||||||
floated="left"
|
floated="left"
|
||||||
icon="hand spock"
|
icon="hand spock"
|
||||||
|
|||||||
Reference in New Issue
Block a user