From 9d7cd3d30b0ec505c9c99fe5740fedba6661879a Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sat, 14 Sep 2019 01:02:31 +0500 Subject: [PATCH] Display alert for deleted private key --- app/views/private_keys/_alert.html.erb | 10 ++++++++++ config/locales/lazy/en.yml | 7 +++++++ config/locales/lazy/ru.yml | 7 +++++++ 3 files changed, 24 insertions(+) diff --git a/app/views/private_keys/_alert.html.erb b/app/views/private_keys/_alert.html.erb index 64c8ffd..c494d82 100644 --- a/app/views/private_keys/_alert.html.erb +++ b/app/views/private_keys/_alert.html.erb @@ -23,4 +23,14 @@ class: 'btn btn-warning', ) %> +<% else %> + <% end %> diff --git a/config/locales/lazy/en.yml b/config/locales/lazy/en.yml index 51d0163..b0d827a 100644 --- a/config/locales/lazy/en.yml +++ b/config/locales/lazy/en.yml @@ -21,11 +21,18 @@ en: link: Download header: >- Your private key is ready, but you have to download it right now! + secondary_header: >- + Your private key was deleted. text: >- For better security we have encrypted your private key with temporary secret token. You can download it until you leave this page. Also note that key will be deleted in %{delay} after creation anyway. + secondary_text: >- + For better security we have deleted your private key. + Hope you have downloaded it, because we can not restore it. + If you haven't downloaded it, you have to repeat the whole + procedure to generate new private key. staffs: people: show: diff --git a/config/locales/lazy/ru.yml b/config/locales/lazy/ru.yml index 338cab8..e535ece 100644 --- a/config/locales/lazy/ru.yml +++ b/config/locales/lazy/ru.yml @@ -22,11 +22,18 @@ ru: link: Скачать header: >- Ваш приватный ключ готов, но вы должны скачать его прямо сейчас! + secondary_header: >- + Ваш приватный ключ был удалён. text: >- Для большей безопасности мы зашифровали ваш приватный ключ с помощью временного токена. Вы можете скачать его пока не покините эту страницу. Также учтите, что ключ будет уничтожен через %{delay} после создания в любом случае. + secondary_text: >- + Для большей безопасности мы удалили ваш приватный ключ. + Надеемся, что вы его скачали, потому что мы не можем его восстановить. + Если вы не скачали его, вам придётся повторить всю процедуру сначала + чтобы сгенерировать новый приватный ключ. settings: people: show: