···9191 <Toggle.Item
9292 name="direct_fetch_records"
9393 label={_(
9494- msg`Fetch records directly from PDS to see through quote blocks`,
9494+ msg`FIXME: Fetch records directly from PDS to see through quote blocks`,
9595 )}
9696 value={directFetchRecords}
9797 onChange={value => setDirectFetchRecords(value)}
9898 style={[a.w_full]}>
9999 <Toggle.LabelText style={[a.flex_1]}>
100100 <Trans>
101101- Fetch records directly from PDS to see through quote blocks
101101+ FIXME: Fetch records directly from PDS to see through quote
102102+ blocks
102103 </Trans>
103104 </Toggle.LabelText>
104105 <Toggle.Platform />