Skip to content

Commit

Permalink
Added missing localisation changes for MlModelFeaturesList
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketkatkar97 committed Nov 30, 2022
1 parent 61e6b23 commit 5206d80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,9 @@ const MlModelFeaturesList: FC<MlModelFeaturesListProp> = ({
type="text">
<Tags
startWith="+ "
tag="Add tag"
tag={t('label.add-entity', {
entity: t('label.tag-lowercase'),
})}
type="outlined"
/>
</Button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@
"target-column": "Target Column",
"function": "Function",
"edge-information": "Edge Information",
"task": "Task",
"tasks": "Tasks",
"activity-feed-and-task-plural": "Activity Feeds & Tasks",
"executions": "Executions",
Expand Down Expand Up @@ -343,9 +342,11 @@
"connection-details": "Connection Details",
"markdown-editor-placeholder": "Use @mention to tag a user or a team.\nUse #mention to tag a data asset.",
"tag": "Tag",
"tag-lowercase": "tag",
"service": "Service",
"chart": "Chart",
"task": "Task"
"task": "Task",
"add-entity": "Add {{entity}}"
},
"message": {
"service-email-required": "Service account Email is required",
Expand Down

0 comments on commit 5206d80

Please sign in to comment.