Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.js #2

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/mainWindow/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export let loginCounter = new LoginCounter();

remote.app.setAppUserModelId("wallet.proton.extra");

log.debug(`TurtleCoin wallet started...`);
log.debug(`WallStreetBets wallet acquiring tendies...`);

if (
localStorage.getItem("windowWidth") &&
Expand Down Expand Up @@ -130,7 +130,7 @@ eventEmitter.on("updateRequired", updateFile => {
</center>
<br />
<p className={`subtitle ${textColor}`}>
There&apos;s a new version of TurtleCoin Wallet available. Would
There&apos;s a new version of WSBC Wallet available. Would
you like to download it?
</p>
</div>
Expand Down Expand Up @@ -465,7 +465,7 @@ ipcRenderer.on("handleSaveAs", async () => {
defaultPath: remote.app.getPath("documents"),
filters: [
{
name: "TurtleCoin Wallet File (v0)",
name: "WSBCoin Wallet File (v0)",
extensions: ["wallet"]
}
]
Expand Down Expand Up @@ -723,7 +723,7 @@ async function handleOpen() {
defaultPath: remote.app.getPath("documents"),
filters: [
{
name: "TurtleCoin Wallet File (v0)",
name: "WSBCoin Wallet File (v0)",
extensions: ["wallet"]
}
]
Expand Down