From cfc7c2914741f0c52c35de1eac45c4e77362ea60 Mon Sep 17 00:00:00 2001 From: poisonadder7 Date: Thu, 16 Mar 2023 19:28:04 +0000 Subject: [PATCH] Update GlancesMixin.js --- src/mixins/GlancesMixin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mixins/GlancesMixin.js b/src/mixins/GlancesMixin.js index 2cfd3715..a4cd60b1 100644 --- a/src/mixins/GlancesMixin.js +++ b/src/mixins/GlancesMixin.js @@ -3,7 +3,7 @@ export default { computed: { /* Required, hostname (e.g. IP + port) for Glances instance */ hostname() { - if (!this.options.hostname) this.error('You must specify a \'hostname\' for Glaces'); + if (!this.options.hostname) this.error('You must specify a \'hostname\' for Glances'); return this.options.hostname; }, /* Optionally specify the API version, defaults to V 3 */