Skip to content

Commit

Permalink
Change text to AI models
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Wang <wonglam@amazon.com>
  • Loading branch information
wanglam committed Jul 11, 2024
1 parent 9706be7 commit 5255095
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ 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',
title: i18n.translate('MLCommonsDashboards.NavLink.AIModels.title', {
defaultMessage: 'AI models',
}),
category: {
id: 'ai-model',
id: 'ai-models',
label: i18n.translate('MLCommonsDashboards.Category.AIModels.label', {
defaultMessage: 'ai models',
defaultMessage: 'AI models',
}),
},
},
Expand Down

0 comments on commit 5255095

Please sign in to comment.