fix for --community toast

This commit is contained in:
gabryon99 2020-11-26 16:51:38 +01:00
parent 1b3f4fd05c
commit 4fa3089628

View file

@ -95,10 +95,10 @@ end
-- ###############################################################
local function create_forced_community_toast(notification)
local function create_forced_community_toast(toast)
local title = i18n("about.licence")
local description = i18n("about.forced_community_toast")
local description = i18n("about.forced_community_notification")
return toast_ui:new(toast.id, title, description, ToastLevel.WARNING, nil --[[ no action --]], toast.dismissable)
end