diff --git a/app/portainer/models/dockerhub.js b/app/portainer/models/dockerhub.js index 27b67e130..cc8aeedf6 100644 --- a/app/portainer/models/dockerhub.js +++ b/app/portainer/models/dockerhub.js @@ -3,6 +3,6 @@ import { RegistryTypes } from './registryTypes'; export function DockerHubViewModel() { this.Id = 0; this.Type = RegistryTypes.ANONYMOUS; - this.Name = 'DockerHub (anonymous)'; + this.Name = 'Docker Hub (anonymous)'; this.URL = 'docker.io'; }