From 761e528ba39d5acdbd0bb7dd8cec48705d80cfc3 Mon Sep 17 00:00:00 2001 From: Rucha Mahabal Date: Thu, 24 Feb 2022 17:57:39 +0530 Subject: [PATCH] fix: deprecation warning --- erpnext/patches/v13_0/non_profit_deprecation_warning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/patches/v13_0/non_profit_deprecation_warning.py b/erpnext/patches/v13_0/non_profit_deprecation_warning.py index c170de5c1c..5b54b25a5b 100644 --- a/erpnext/patches/v13_0/non_profit_deprecation_warning.py +++ b/erpnext/patches/v13_0/non_profit_deprecation_warning.py @@ -5,6 +5,6 @@ def execute(): click.secho( "Non Profit Domain is moved to a separate app and will be removed from ERPNext in version-14.\n" - "When upgrading to ERPNext version-14, please install the app to continue using the Agriculture domain: https://github.com/frappe/non_profit", + "When upgrading to ERPNext version-14, please install the app to continue using the Non Profit domain: https://github.com/frappe/non_profit", fg="yellow", )