Skip to content

Commit 6251892

Browse files
committed
"ID"
1 parent a0dcb90 commit 6251892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scenes/Languages/Detail/LanguageDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const LanguageDetail = () => {
164164
wrap={(node) => <Grid item>{node}</Grid>}
165165
/>
166166
</Grid>
167-
<DisplayProperty label="Id" value={id} loading={!language} />
167+
<DisplayProperty label="ID" value={id} loading={!language} />
168168
<DisplayProperty
169169
label="Pronunciation Guide"
170170
value={displayNamePronunciation?.value}

0 commit comments

Comments
 (0)