Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1063 from LiskHQ/1061-typo-in-auto-update
Browse files Browse the repository at this point in the history
Fix typo in auto update - Closes #1061
  • Loading branch information
gina contrino authored May 8, 2018
2 parents 55e32c5 + 0eb6f1f commit 380ff33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/modules/autoUpdater.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default ({ autoUpdater, dialog, win, process }) => {
if (!updater.error) {
dialog.showMessageBox({
title: i18n.t('Dowload started'),
message: i18n.t('The download was started. Depending on your internet speed it can take up to several minutes. You will be informed then it is finished and prompted to restart the app.'),
message: i18n.t('The download was started. Depending on your internet speed it can take up to several minutes. You will be informed when it is finished and prompted to restart the app.'),
});
}
}, 500);
Expand Down
2 changes: 1 addition & 1 deletion i18n/locales/de/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"Switch": "Wechseln",
"Testnet": "Testnet",
"The URL was invalid": "Die URL war ungültig",
"The download was started. Depending on your internet speed it can take up to several minutes. You will be informed then it is finished and prompted to restart the app.": "Der Download wurde gestartet. Dies kann, abhängig von deinem Internet, einige Minuten dauern. Du wirst informiert, wenn der Download abgeschlossen wurde und wirst dann aufgefordert, die App neu zu starten.",
"The download was started. Depending on your internet speed it can take up to several minutes. You will be informed when it is finished and prompted to restart the app.": "Der Download wurde gestartet. Dies kann, abhängig von deinem Internet, einige Minuten dauern. Du wirst informiert, wenn der Download abgeschlossen wurde und wirst dann aufgefordert, die App neu zu starten.",
"The easiest and cheapest way to do this is to send LSK to yourself by clicking this button. It will cost you only the usual 0.1 LSK transaction fee.": "Am leichtesten und günstigsten ist es, wenn du einfach LSK an dich selbst sendest, indem du den folgenden Button klickst. Hierbei fällt lediglich die Gebühr von 0.1 LSK an." ,
"There are no transactions, yet.": "Bisher noch keine Transaktionen.",
"There is a new version ({{version}}) available, do you want to update now?": "Eine neue version ({{version}}) steht zur Verfügung, möchtest du jetzt aktualisieren?",
Expand Down
2 changes: 1 addition & 1 deletion i18n/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"Switch": "Switch",
"Testnet": "Testnet",
"The URL was invalid": "The URL was invalid",
"The download was started. Depending on your internet speed it can take up to several minutes. You will be informed then it is finished and prompted to restart the app.": "The download was started. Depending on your internet speed it can take up to several minutes. You will be informed then it is finished and prompted to restart the app.",
"The download was started. Depending on your internet speed it can take up to several minutes. You will be informed when it is finished and prompted to restart the app.": "The download was started. Depending on your internet speed it can take up to several minutes. You will be informed when it is finished and prompted to restart the app.",
"The easiest and cheapest way to do this is to send LSK to yourself by clicking this button. It will cost you only the usual 0.1 LSK transaction fee.": "The easiest and cheapest way to do this is to send LSK to yourself by clicking this button. It will cost you only the usual 0.1 LSK transaction fee.",
"There are no transactions, yet.": "There are no transactions, yet.",
"There is a new version ({{version}}) available, do you want to update now?": "There is a new version ({{version}}) available, do you want to update now?",
Expand Down

0 comments on commit 380ff33

Please sign in to comment.