Fixed localization keys. (#9164)

This commit is contained in:
Aniket Katkar 2022-12-06 23:31:22 +05:30 committed by GitHub
parent f86186d5b0
commit d4c8cae682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -66,7 +66,9 @@ const RichTextEditorPreviewer = ({
data-testid="read-more-button"
type="link"
onClick={displayMoreHandler}>
{hideReadMoreText ? t('label.read-less') : t('label.read-more')}
{hideReadMoreText
? t('label.read-less-lowercase')
: t('label.read-more-lowercase')}
</Button>
)}
</div>

View File

@ -234,8 +234,8 @@
"lineage": "Lineage",
"custom-properties": "Custom Properties",
"dag-view": "DAG view",
"read-more": "read more",
"read-less": "read less",
"read-more-lowercase": "read more",
"read-less-lowercase": "read less",
"no-entity": "No {{entity}}",
"page-views-by-entities": "Page views by data assets",
"daily-active-user": "Daily active users on the platform",