From 203cf6b078812f28f5c54d1bba9812d5d141f293 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Wed, 19 Nov 2025 21:32:35 +0800 Subject: [PATCH] refactor(DataExportSection): rename section title to "Data Management" Update the section title from "Data Export" to "Data Management" to better reflect that the component handles both data export and import functionality. --- src/components/DataExportSection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DataExportSection.vue b/src/components/DataExportSection.vue index 1a7383e05b..f60710296f 100644 --- a/src/components/DataExportSection.vue +++ b/src/components/DataExportSection.vue @@ -10,7 +10,7 @@ messages * - Conditional UI based on platform capabilities * * @component *