Skip to content

Commit f2e60c1

Browse files
committed
fix: update text references from 'sanchonet' to 'preview' on default title
1 parent dd1027a commit f2e60c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gov-action-loader/frontend/src/views/BulkLoad.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { prepareErrorMessage } from '../utils'
99
<!--For displaying the title and description-->
1010
<div class="mb-4">
1111
<div class="text-h5">Governance Action Bulk Loader</div>
12-
<div class="text-grey mt-1">Submit to load the required number of a given action to sanchonet.</div>
12+
<div class="text-grey mt-1">Submit to load the required number of a given action to preview.</div>
1313
</div>
1414

1515
<!--For selecting the action type and number of proposals-->

gov-action-loader/frontend/src/views/SpecificLoad.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import config from '../config'
77
<!-- Helper title and subtext -->
88
<div class="mb-4">
99
<div class="text-h5">Specific Governance Action Loader</div>
10-
<div class="text-grey mt-1">Fill in the details according to specific action submit to sanchonet.</div>
10+
<div class="text-grey mt-1">Fill in the details according to specific action submit to preview.</div>
1111
</div>
1212
<!-- Form for action loader -->
1313
<div class="mt-8">

0 commit comments

Comments
 (0)