From aa42547de3a22fa100a3fae795628d0cc83adb43 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 6 Dec 2022 18:23:53 +0100 Subject: [PATCH] display_text (deprecated) -> alert --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index bceac62..44a2264 100644 --- a/manifest.json +++ b/manifest.json @@ -33,7 +33,7 @@ "install": [ { "name": "alpha_software", - "type": "display_text", + "type": "alert", "ask": { "en": "Please note that GoToSocial is in early development stage. It may contain changing or unstable features, bugs, and security vulnerability.", "fr": "Veuillez noter que GoToSocial est au tout début de son développment. Il pourrait contenir des fonctionnalités changeantes ou instables, des bugs, et des failles de sécurité." @@ -114,4 +114,4 @@ } ] } -} +} \ No newline at end of file