You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
Currently, some texts are stored in the src/loc/en.json, however, there are a lot of labels that are hardcoded in the code, for example in src/components/disclaimer.vue:
q-dialog(@hide="onDialogHide" persistent ref="dialog")
q-card
q-card-section
.row.items-center
.text-h6 TESTNET DISCLAIMER
q-space
q-icon(color="grey" name="info" size="40px")
q-card-section.q-pt-none
| Tokens/credits generated on the Subspace Network testnet ("testSSCs") do not equate to Subspace Network mainnet tokens, have no monetary value, and cannot be exchanged for cash, cash equivalent, or other tokens or cryptocurrencies.
q-card-actions(align='right')
q-btn(flat='', label='I understand', color='primary', v-close-popup='')
The text was updated successfully, but these errors were encountered:
Currently, some texts are stored in the
src/loc/en.json
, however, there are a lot of labels that are hardcoded in the code, for example insrc/components/disclaimer.vue
:The text was updated successfully, but these errors were encountered: