Skip to content

Commit

Permalink
Update nav link text
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Wang <[email protected]>
  • Loading branch information
wanglam committed Jul 3, 2024
1 parent 17ac6f7 commit 9706be7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@ export class MlCommonsPluginPlugin
core.chrome.navGroup.addNavLinksToGroup(DEFAULT_NAV_GROUPS.dataAdministration, [
{
id: PLUGIN_ID,
title: i18n.translate('MLCommonsDashboards.NavLink.AIModelsStatus.title', {
defaultMessage: 'ai model status',
}),
category: {
id: 'ai-model',
label: i18n.translate('MLCommonsDashboards.AIModels.Category', {
label: i18n.translate('MLCommonsDashboards.Category.AIModels.label', {
defaultMessage: 'ai models',
}),
},
Expand Down

0 comments on commit 9706be7

Please sign in to comment.