From 66537b1f9cf16ded4f3b3abfef37f949cc42b2c9 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 20 Aug 2020 10:59:06 -0700 Subject: [PATCH] frontpage: Fix documentation related to renamed parameter Closes: #1916. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Joseph Nuthalapati --- plinth/frontpage.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plinth/frontpage.py b/plinth/frontpage.py index fcaa05325..748730bce 100644 --- a/plinth/frontpage.py +++ b/plinth/frontpage.py @@ -44,14 +44,14 @@ class Shortcut(app.FollowerComponent): provided by the app. For shortcuts that should simply additional information this value must be None. - 'details' are additional information that the user is shown when the - shortcut is activated. This must be provided instead of 'url' and must - be 'None' if 'url' is provided. + 'description' is additional information that the user is shown when + the shortcut is activated. This must be provided instead of 'url' and + must be 'None' if 'url' is provided. 'configure_url' is the page to which the user may be redirected if they wish to change the settings for the app or one of its services. This is only used when 'url' is 'None'. It is optionally provided along with - 'details'. + 'description'. 'clients' is a list of clients software that can used to access the service offered by the shortcut. This should be a valid client