diff --git a/openstack_dashboard/static/app/core/core.module.js b/openstack_dashboard/static/app/core/core.module.js index e4cadbc411..61b06cd474 100644 --- a/openstack_dashboard/static/app/core/core.module.js +++ b/openstack_dashboard/static/app/core/core.module.js @@ -59,7 +59,7 @@ names: [gettext('Metadata Definition'), gettext('Metadata Definitions')] }); registry.getResourceType('OS::Nova::Server', { - names: [gettext('Server'), gettext('Servers')] + names: [gettext('Instance'), gettext('Instances')] }); registry.getResourceType('OS::Nova::Flavor', { names: [gettext('Flavor'), gettext('Flavors')]