Skip to content

Commit 18b7be8

Browse files
committed
Update title.
1 parent 87a50d8 commit 18b7be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/JSONFormatter/JSONFormatter.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export class JSONFormatter extends Component {
184184
return (
185185
<div>
186186
<MuiThemeProvider theme={theme}>
187-
<span style={{ fontFamily: "Roboto", fontSize: 22, fontWeight: 300, marginBottom: 20 }}>Raw JSON Binary:</span>
187+
<span style={{ fontFamily: "Roboto", fontSize: 22, fontWeight: 300, marginBottom: 20 }}>Raw JSON Binary or Global ID:</span>
188188
<div id="formatter"></div>
189189
<div style={{
190190
margin: 0,

0 commit comments

Comments
 (0)