fix ONE BSP

master
Niko PLP 17 hours ago
parent 2b87fa1c08
commit 4da4fdcbc5
  1. 2
      common/src/routes/WalletCreate.svelte
  2. 2
      ng-app/src/locales/en.json
  3. 4
      ng-app/src/routes/WalletCreate.svelte

@ -334,7 +334,7 @@
download_name = "wallet-" + ready.wallet_name + ".ngw";
pdf_name = "wallet-" + ready.wallet_name + ".pdf";
if (options.cloud) {
cloud_link = "https://nextgraph.one/#/w/" + ready.wallet_name;
cloud_link = "https://nextgraph.net/#/w/" + ready.wallet_name;
}
if (ready.wallet_file.length) {
const blob = new Blob([ready.wallet_file], {

@ -661,7 +661,7 @@
"InvalidProfile": "Your profile is incomplete. You should add a name before you can share your profile with others",
"no_wasm_on_old_safari": "Your Safari browser is too old (version before 14.1). As a result we cannot load Automerge, needed for this document. Please upgrade your macOS or iOS system",
"BrowserTooOld": "Your browser is too old. Please upgrade it, use another browser, or install our native app. If you are using jshelter or another javascript protection mechanism, please deactivate it as we need access to the WebWorker facility of your browser.",
"NoLocalStorage": "You have disabled local storage in your browser. Please allow the current website (and https://nextgraph.net website) to store data in this browser as otherwise we cannot proceed with Wallet creation. After allowing storage, please refresh the current page. You might need to all third-party cookies too."
"NoLocalStorage": "You have disabled local storage in your browser. Please allow the current website (and also https://nextgraph.net website) to store data in this browser as otherwise we cannot proceed with Wallet creation. After allowing storage, please refresh the current page."
},
"connectivity": {
"stopped": "Stopped",

@ -529,7 +529,7 @@
await select_bsp(NG_EU_BSP_REGISTER, "nextgraph.eu");
};
const selectONE = async (event) => {
await select_bsp(NG_NET_BSP_REGISTER, "nextgraph.one");
await select_bsp(NG_ONE_BSP_REGISTER, "nextgraph.one");
};
const enterINVITE = (event) => {};
const enterQRcode = (event) => {};
@ -1120,7 +1120,7 @@
{:else}
<div class="row mt-5">
<button
on:click|once={selectEU}
on:click|once={selectONE}
class="choice-button text-primary-700 bg-primary-100 hover:bg-primary-100/90 focus:ring-4 focus:ring-primary-100/50 font-medium rounded-lg text-lg px-5 py-2.5 text-center inline-flex items-center dark:focus:ring-primary-100/55 mb-2"
>
<EULogo

Loading…
Cancel
Save