File tree Expand file tree Collapse file tree
src/components/relay-settings/layouts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ export const DesktopLayout: React.FC<DesktopLayoutProps> = ({
133133 { t ( 'common.allowUnregisteredKinds' ) }
134134 </ h4 >
135135 < p style = { { margin : 0 , fontSize : '0.9rem' , color : '#c5d3e0' } } >
136- Enable this to allow events with kind numbers that don' t have specific handlers in the relay.
136+ Enable this to allow events with kind numbers that don' t have specific handlers in the relay.
137137 </ p >
138138 { allowUnregisteredKinds && (
139139 < div style = { {
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ export const MobileLayout: React.FC<MobileLayoutProps> = ({
124124 { t ( 'common.allowUnregisteredKinds' ) }
125125 </ h4 >
126126 < p style = { { margin : 0 , fontSize : '0.85rem' , color : '#c5d3e0' } } >
127- Enable this to allow events with kind numbers that don' t have specific handlers in the relay.
127+ Enable this to allow events with kind numbers that don' t have specific handlers in the relay.
128128 </ p >
129129 </ div >
130130
You can’t perform that action at this time.
0 commit comments