Skip to content

Commit

Permalink
Update FileUploadModal.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Sep 15, 2024
1 parent 995f906 commit ec6f0f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/storage/FileUploadModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
Error: Arweave is used as file storage. Current balance in the Arweave wallet is insufficient to do the upload.
</p>
<p>
Please send AR tokens to this wallet (min. {{ $config.arweaveMinBalance }} AR): <a :href="'https://arscan.io/address/' + this.$config.arweaveAddress" target="_blank">{{ this.$config.arweaveAddress }}</a>.
<span class="text-danger">Please send AR tokens to this wallet (min. {{ $config.arweaveMinBalance }} AR) to enable uploads: </span>
<a :href="'https://arscan.io/address/' + this.$config.arweaveAddress" target="_blank">{{ this.$config.arweaveAddress }}</a>.
</p>
</div>

Expand Down

0 comments on commit ec6f0f7

Please sign in to comment.