diff --git a/plugins/core/package-lock.json b/plugins/core/package-lock.json index 197b8388d..5db33ca7e 100644 --- a/plugins/core/package-lock.json +++ b/plugins/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/core", - "version": "0.0.91", + "version": "0.0.92", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scrypted/core", - "version": "0.0.91", + "version": "0.0.92", "license": "Apache-2.0", "dependencies": { "@scrypted/sdk": "file:../../sdk", diff --git a/plugins/core/package.json b/plugins/core/package.json index 4e68a3259..9ffec3276 100644 --- a/plugins/core/package.json +++ b/plugins/core/package.json @@ -1,6 +1,6 @@ { "name": "@scrypted/core", - "version": "0.0.91", + "version": "0.0.92", "description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.", "author": "Scrypted", "license": "Apache-2.0", diff --git a/plugins/core/ui/src/interfaces/Setting.vue b/plugins/core/ui/src/interfaces/Setting.vue index 72a4337c6..5de6728e4 100644 --- a/plugins/core/ui/src/interfaces/Setting.vue +++ b/plugins/core/ui/src/interfaces/Setting.vue @@ -144,7 +144,7 @@ export default { })); ret.splice(0, 0, { id: null, - text: "Select a Device", + text: this.lazyValue.placeholder || "Select a Device", }); return ret; },