Skip to content

Commit

Permalink
chore: Improve tag editor's compatibility with Google Translate (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
avinashbot authored Jun 24, 2024
1 parent 061d78a commit f0ac2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tag-editor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@ const TagEditor = React.forwardRef(
},
{
label: (
<>
<span>
{i18n('i18nStrings.valueHeader', i18nStrings?.valueHeader)} -{' '}
<i>{i18n('i18nStrings.optional', i18nStrings?.optional)}</i>
</>
</span>
),
control: ({ tag }: InternalTag, row: number) =>
tag.markedForRemoval ? (
Expand Down

0 comments on commit f0ac2a1

Please sign in to comment.