We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0dcb90 commit 6251892Copy full SHA for 6251892
src/scenes/Languages/Detail/LanguageDetail.tsx
@@ -164,7 +164,7 @@ export const LanguageDetail = () => {
164
wrap={(node) => <Grid item>{node}</Grid>}
165
/>
166
</Grid>
167
- <DisplayProperty label="Id" value={id} loading={!language} />
+ <DisplayProperty label="ID" value={id} loading={!language} />
168
<DisplayProperty
169
label="Pronunciation Guide"
170
value={displayNamePronunciation?.value}
0 commit comments