mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 17:34:41 +00:00
Fixed localization keys. (#9164)
This commit is contained in:
parent
f86186d5b0
commit
d4c8cae682
@ -66,7 +66,9 @@ const RichTextEditorPreviewer = ({
|
|||||||
data-testid="read-more-button"
|
data-testid="read-more-button"
|
||||||
type="link"
|
type="link"
|
||||||
onClick={displayMoreHandler}>
|
onClick={displayMoreHandler}>
|
||||||
{hideReadMoreText ? t('label.read-less') : t('label.read-more')}
|
{hideReadMoreText
|
||||||
|
? t('label.read-less-lowercase')
|
||||||
|
: t('label.read-more-lowercase')}
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
@ -234,8 +234,8 @@
|
|||||||
"lineage": "Lineage",
|
"lineage": "Lineage",
|
||||||
"custom-properties": "Custom Properties",
|
"custom-properties": "Custom Properties",
|
||||||
"dag-view": "DAG view",
|
"dag-view": "DAG view",
|
||||||
"read-more": "read more",
|
"read-more-lowercase": "read more",
|
||||||
"read-less": "read less",
|
"read-less-lowercase": "read less",
|
||||||
"no-entity": "No {{entity}}",
|
"no-entity": "No {{entity}}",
|
||||||
"page-views-by-entities": "Page views by data assets",
|
"page-views-by-entities": "Page views by data assets",
|
||||||
"daily-active-user": "Daily active users on the platform",
|
"daily-active-user": "Daily active users on the platform",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user