{{ _("Connect your Specter-DIY to the computer via USB and unlock it or scan the wallet master public key.") }}
+
{{ _("Connect your Fortiquo-DIY to the computer via USB and unlock it or scan the wallet master public key.") }}
-
{{ _("To get the master public key QR code to scan, click on: Master public keys, then select each key type you'd like to import and scan the displayed QR code for each into Specter.") }}
+
{{ _("To get the master public key QR code to scan, click on: Master public keys, then select each key type you'd like to import and scan the displayed QR code for each into Fortiquo.") }}
@@ -55,16 +55,16 @@
{{ _("To get the master public keys QR codes to scan:") }}
{{ _("For single sig, click on: Setting → Watch-Only Wallet → Generic Wallet, Click the top right 3 dots (...) → Wallet Info → Toggle Address Type, then select the wallet address type you would like to use for your wallet.") }}
{{ _("For multisig, click on: Multisig Wallet → Click the top right 3 dots (...) → Show/Export XPUB, then select the wallet address type you would like to use for your wallet.") }}
-
{{ _("Cobo Vault will then display the QR code which you should scan into Specter.") }}
+
{{ _("Cobo Vault will then display the QR code which you should scan into Fortiquo.") }}
{{ _("To import with SD card, click on \"touch here to export the file with microSD\" on the same screen as the QR code.") }}
-
{{ _("Pair your Passport to Specter using QR codes or a microSD card.") }}
+
{{ _("Pair your Passport to Fortiquo using QR codes or a microSD card.") }}
-
{{ _("To pair your Passport with Specter, navigate to Pair Wallet –> Specter and follow the instructions on your Passport.")}}
+
{{ _("To pair your Passport with Fortiquo, navigate to Pair Wallet –> Fortiquo and follow the instructions on your Passport.")}}
{{ _("If your webcam is having difficulty scanning QR codes on Passport’s screen, we recommend using a microSD.") }}
`;
};
- // Message signing feature restricted to singlesig wallets using a Specter DIY
+ // Message signing feature restricted to singlesig wallets using a Fortiquo DIY
{% set device = wallet.devices[0] %}
{% if wallet.is_singlesig and device.hwi_support or wallet.is_singlesig and device.supports_qr_message_signing %}
let redirectUrl = `{{ url_for('devices_endpoint.device', device_alias=device.alias, origin='wallet', address='ADDRESS', derivation_path='DERIVATION_PATH') }}`.replace('ADDRESS', address).replace('DERIVATION_PATH', derivation_path);
diff --git a/src/cryptoadvance/specter/templates/includes/addresses-table.html b/src/cryptoadvance/specter/templates/includes/addresses-table.html
index 2db6383cb2..74d0732c2b 100644
--- a/src/cryptoadvance/specter/templates/includes/addresses-table.html
+++ b/src/cryptoadvance/specter/templates/includes/addresses-table.html
@@ -141,7 +141,7 @@
{{ _("Export addresses to CSV") }}
* Can be configured to show:
* - The receive addresses of a wallet (set attribute `type` to "receive" and `wallet` to the wallet's alias)
* - The change addresses of a wallet (set attribute `type` to "change" and `wallet` to the wallet's alias)
- * It uses Specter's API to fetch addresses every time the user changes its parameters.
+ * It uses Fortiquo's API to fetch addresses every time the user changes its parameters.
* These parameters are configured using components included in this table element:
* - Tabs for switching between Receive addresses (`type="receive"`) and Change addresses (`type="change"`)
* - Sorting addresses by any column (ascending or descending)
@@ -352,7 +352,7 @@
{{ _("Export addresses to CSV") }}
}
/**
- * Fetches addresses list from the Specter API and loads the result into AddressRowElement
+ * Fetches addresses list from the Fortiquo API and loads the result into AddressRowElement
*/
async fetchAddressesItems() {
this.callId++;
diff --git a/src/cryptoadvance/specter/templates/includes/fee-selection.html b/src/cryptoadvance/specter/templates/includes/fee-selection.html
index 50b084e829..c8425d0fea 100644
--- a/src/cryptoadvance/specter/templates/includes/fee-selection.html
+++ b/src/cryptoadvance/specter/templates/includes/fee-selection.html
@@ -228,7 +228,7 @@
{{ _("Subtract fees from amount") }}
this.subtractClickHook()
}
- // Fetches fees from the Specter API
+ // Fetches fees from the Fortiquo API
async fetchFees(wallet_alias) {
let url = `{{ url_for('wallets_endpoint_api.fees') }}`
var formData = new FormData();
diff --git a/src/cryptoadvance/specter/templates/includes/hwi/hwi.jinja b/src/cryptoadvance/specter/templates/includes/hwi/hwi.jinja
index 1b3f08c8e9..c6f8f70f3f 100644
--- a/src/cryptoadvance/specter/templates/includes/hwi/hwi.jinja
+++ b/src/cryptoadvance/specter/templates/includes/hwi/hwi.jinja
@@ -16,7 +16,7 @@
- {{ _("If your device does not show up, close any other wallet software that may be connected to your device and ensure the Specter USB settings are correctly configured.") }}
+ {{ _("If your device does not show up, close any other wallet software that may be connected to your device and ensure the Fortiquo USB settings are correctly configured.") }}
{{ _("View USB settings") }}
@@ -83,7 +83,7 @@
// detect device
if (devicePath == null) {
if (deviceTypes == 'ledger') {
- showHWIProgress(`{{ _("Detecting...") }}`, `{{ _("Plug in your Ledger. Make sure you have opened the Bitcoin app on your Ledger otherwise Specter can't detect the device.") }}`);
+ showHWIProgress(`{{ _("Detecting...") }}`, `{{ _("Plug in your Ledger. Make sure you have opened the Bitcoin app on your Ledger otherwise Fortiquo can't detect the device.") }}`);
}
else {
showHWIProgress(`{{ _("Detecting...") }}`, `{{ _("Plug in your device") }}`);
diff --git a/src/cryptoadvance/specter/templates/includes/merkletooltip.html b/src/cryptoadvance/specter/templates/includes/merkletooltip.html
index e4e7b91443..69875f947a 100644
--- a/src/cryptoadvance/specter/templates/includes/merkletooltip.html
+++ b/src/cryptoadvance/specter/templates/includes/merkletooltip.html
@@ -3,7 +3,7 @@
{{ _("Merkle Proof Validation") }}
- {{ _("This option is intended for the usage of Specter Desktop with nodes that you don't fully trust (e.g. remote / cloud nodes).") }}
+ {{ _("This option is intended for the usage of Fortiquo Desktop with nodes that you don't fully trust (e.g. remote / cloud nodes).") }}
{{ _("If enabled, you will see block hashes in the transactions overview.") }}
{{ _("You can take those block hashes to double check whether they also exist in other locations (other nodes, block explorers, etc).") }}
{{ _("If so, you can be sure that the corresponding transaction was included in this block, since there is a relationship between the blockhash and the tx.") }}
diff --git a/src/cryptoadvance/specter/templates/includes/qr-scanner.html b/src/cryptoadvance/specter/templates/includes/qr-scanner.html
index 0df4452339..0e85b7f636 100644
--- a/src/cryptoadvance/specter/templates/includes/qr-scanner.html
+++ b/src/cryptoadvance/specter/templates/includes/qr-scanner.html
@@ -216,7 +216,7 @@
let isopen = this.hasAttribute('open');
if(isopen){
if(navigator.mediaDevices === undefined && location.protocol == "http:"){
- this.triggerError('{{ _("Can\'t get access to the camera. Specter should run on localhost or over https to enable QR code scanning.") }}');
+ this.triggerError('{{ _("Can\'t get access to the camera. Fortiquo should run on localhost or over https to enable QR code scanning.") }}');
return;
}
try{
diff --git a/src/cryptoadvance/specter/templates/includes/sidebar/components/sidebar_wallet_list_item.jinja b/src/cryptoadvance/specter/templates/includes/sidebar/components/sidebar_wallet_list_item.jinja
index 7fca53b70d..8819a4b505 100644
--- a/src/cryptoadvance/specter/templates/includes/sidebar/components/sidebar_wallet_list_item.jinja
+++ b/src/cryptoadvance/specter/templates/includes/sidebar/components/sidebar_wallet_list_item.jinja
@@ -4,7 +4,7 @@
- wallet: Wallet object of the item.
- wallet_alias: Active wallet alias.
- chain: Chain name specter is connected to. Options: 'main', 'test', 'regtest', 'signet'.
- - loading: Boolean indicating if the wallet is loaded in Specter already or not.
+ - loading: Boolean indicating if the wallet is loaded in Fortiquo already or not.
#}
{% macro sidebar_wallet_list_item(wallet, wallet_alias, chain, loading=false) -%}
diff --git a/src/cryptoadvance/specter/templates/includes/sidebar/sidebar.jinja b/src/cryptoadvance/specter/templates/includes/sidebar/sidebar.jinja
index b702403233..d519ba7b8b 100644
--- a/src/cryptoadvance/specter/templates/includes/sidebar/sidebar.jinja
+++ b/src/cryptoadvance/specter/templates/includes/sidebar/sidebar.jinja
@@ -93,7 +93,7 @@
{% if specter.node.alias == "spectrum_node" %}
{{ _("It is recommended that you print this backup and save it with each of your devices.") }}
- {{ _("This backup includes all the information you need to restore your wallet in Specter Desktop or other compatible wallets including Bitcoin Core.") }}
+ {{ _("This backup includes all the information you need to restore your wallet in Fortiquo Desktop or other compatible wallets including Bitcoin Core.") }}
{{ _("It is recommended that you keep this file private. It contains all the information to track your balance and associate transactions with your wallet.") }}
@@ -174,7 +174,7 @@
{{ _("PDF optimized for Uncle Jims: hand out addresses to receive funds for friends & family without hardware wallet.") }}
- {{ _('The PDF lists many singlesig addresses in QR code format, as well as the descriptor of the wallet as a QR code with which the wallet can be imported to Specter Desktop at any time.') }}
+ {{ _('The PDF lists many singlesig addresses in QR code format, as well as the descriptor of the wallet as a QR code with which the wallet can be imported to Fortiquo Desktop at any time.') }}
{{ _('There are checkboxes to keep track of which addresses were used already.') }}
{{ _('Can be folded into DIN-A5 to fit in a transparent sealing bag (together with the seed).') }}
@@ -190,7 +190,7 @@
-
{{ _("Import address labels (Electrum or Specter)") }}
+
{{ _("Import address labels (Electrum or Fortiquo)") }}
@@ -198,7 +198,7 @@
@@ -212,9 +212,9 @@
{{ _('The expected format for Electrum contains:') }}
{{ _('{"8a5e4...": "some tx id label", "bc1qj3...": "some address label"}') }}
- {{ _('The expected format for Specter JSON contains:') }}
+ {{ _('The expected format for Fortiquo JSON contains:') }}
{{ _('{"labels": {"some_label": ["bc1qj3..."], ...}') }}