mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 12:07:09 +00:00
fix settings description from PR comments
This commit is contained in:
parent
6594e23247
commit
71c8b8fdc8
@ -130,7 +130,7 @@ class ManageOwners extends React.Component<Props, State> {
|
||||
<Heading tag="h2" className={classes.title}>
|
||||
Manage Safe Owners
|
||||
</Heading>
|
||||
<Paragraph className={classes.annotation} noMargin>
|
||||
<Paragraph className={classes.annotation}>
|
||||
Add, remove and replace owners or rename existing owners. Owner names are only stored locally and never
|
||||
shared with Gnosis or any third parties
|
||||
</Paragraph>
|
||||
|
@ -10,7 +10,7 @@ export const styles = () => ({
|
||||
paddingBottom: 0,
|
||||
},
|
||||
annotation: {
|
||||
padding: lg,
|
||||
paddingLeft: lg,
|
||||
},
|
||||
hide: {
|
||||
'&:hover': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user