From 571b6b08fa682d040d9d27290d272a94f7dd3c51 Mon Sep 17 00:00:00 2001 From: Martin Puppe Date: Tue, 31 Oct 2017 14:55:13 +0100 Subject: [PATCH] Add description --- Uberspace.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Uberspace.lua b/Uberspace.lua index a3db28f..dafe84f 100644 --- a/Uberspace.lua +++ b/Uberspace.lua @@ -6,7 +6,11 @@ WebBanking{version = 1.00, url = 'https://uberspace.de/login', - services = {'Uberspace.de'}} + services = {'Uberspace.de'}, + description = string.format( + MM.localizeText("Get balance and transactions for %s"), + "Uberspace.de") +} function SupportsBank (protocol, bankCode) return bankCode == 'Uberspace.de' and protocol == ProtocolWebBanking