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.
This commit is contained in:
Jose Olarte III
2025-11-19 21:32:35 +08:00
parent 9b84b28a78
commit 203cf6b078

View File

@@ -10,7 +10,7 @@ messages * - Conditional UI based on platform capabilities * * @component *
<template> <template>
<div id="sectionDataExport" :class="containerClasses"> <div id="sectionDataExport" :class="containerClasses">
<div :class="titleClasses">Data Export</div> <div :class="titleClasses">Data Management</div>
<router-link <router-link
v-if="activeDid" v-if="activeDid"
:to="{ name: 'seed-backup' }" :to="{ name: 'seed-backup' }"