From a2fc34c08ea5e05559ee6ed4eebd76047a8933a5 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 25 Jan 2023 21:45:54 +0000 Subject: [PATCH] reworded --- lnbits/core/templates/core/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/core/templates/core/install.html b/lnbits/core/templates/core/install.html index 78d009e4..d9f61844 100644 --- a/lnbits/core/templates/core/install.html +++ b/lnbits/core/templates/core/install.html @@ -468,7 +468,7 @@ if (!this.g.user.admin) { this.$q.notify({ timeout: 3000, - message: 'Only Admins can install extensions', + message: 'Only admin accounts can install extensions', icon: null }) }