From 8883f68cf0c7e7c28751eb889da79b08e99e771c Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 1 Feb 2024 20:02:47 -0500 Subject: [PATCH] fix(repo): making end user data statements consistent cross-repository --- backup/info.json | 2 +- bible/info.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/info.json b/backup/info.json index 5f51f02..fb779da 100644 --- a/backup/info.json +++ b/backup/info.json @@ -4,7 +4,7 @@ "name" : "Backup", "short" : "A utility to make reinstalling repositories and cogs after migrating the bot far easier.", "description" : "A utility to make reinstalling repositories and cogs after migrating the bot far easier.", - "end_user_data_statement" : "This cog does not store user information.", + "end_user_data_statement" : "This cog does not store end user data.", "hidden": false, "disabled": false, "min_bot_version": "3.5.5", diff --git a/bible/info.json b/bible/info.json index 44b3a6c..c7c8f7f 100644 --- a/bible/info.json +++ b/bible/info.json @@ -4,7 +4,7 @@ "name" : "Bible", "short" : "Retrieve Bible verses from API.Bible.", "description" : "Retrieve Bible verses from the API.Bible API. This cog requires an API.Bible api key.", - "end_user_data_statement" : "This cog does not store user information.", + "end_user_data_statement" : "This cog does not store end user data.", "hidden": false, "disabled": false, "min_bot_version": "3.5.0",