From be4b7ffabaf1599e348fb44de1cf0bbc48377a88 Mon Sep 17 00:00:00 2001 From: Gert-Jaap Glasbergen Date: Wed, 26 Feb 2020 08:22:54 +0100 Subject: [PATCH] Missing PL string --- frontend/src/i18n/pl.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/i18n/pl.json b/frontend/src/i18n/pl.json index 42bcf96f..598c939e 100644 --- a/frontend/src/i18n/pl.json +++ b/frontend/src/i18n/pl.json @@ -48,7 +48,8 @@ "script_failure" : "Błąd skryptu", "could_not_calculate_fee" : "Obliczenie opłaty nie powiodło się", "insufficient_funds" : "Za mało środków", - "send_failed" : "Wysyłka nieudana. Więcej informacji w pliku debug.log" + "sign_failed":"Nie można podpisać transakcji. Sprawdź swoje hasło", + "send_failed" : "Wysyłka nieudana. Więcej informacji w pliku debug.log" }, "settings" : { "enable_debug" : "Włącz debugging",