From 35cb804f005f243ef8ddf0bddf15ceeae0b783cf Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 26 Jul 2016 16:56:30 +0200 Subject: [PATCH] Show appstore account email instead of id --- webadmin/src/views/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webadmin/src/views/settings.html b/webadmin/src/views/settings.html index 6794fe625..f8142dd5a 100644 --- a/webadmin/src/views/settings.html +++ b/webadmin/src/views/settings.html @@ -176,7 +176,7 @@
- This Cloudron is using {{ appstoreConfig.userId }}. + This Cloudron is using {{ appstoreConfig.profile.email }}.