Upgrade v0.3.9: Fix typo

This commit is contained in:
Joxit 2018-06-21 23:14:20 +02:00
parent 3b5f5201a6
commit d6523a4205
4 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "docker-registry-ui",
"version": "0.3.8",
"version": "0.3.9",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build"
},

View file

@ -27,8 +27,8 @@
copyText.select();
document.execCommand('copy');
copyText.style.display = 'none';
registryUI.snackbar('`' + this.dockerCmd + '` has been copied to clipbloard.')
registryUI.snackbar('`' + this.dockerCmd + '` has been copied to clipboard.')
};
</script>
</copy-to-clipboard>