Files
sure/config/locales/views/shared/en.yml
Mattia f6540c03ef Add ability to delete Account (#582)
* Add ability to delete Account

Issue #571

* Fix ActiveJob::DeserializationError in AccountSyncJob when an account doesn't exists

* Use custom confirm modal for account deletion

* Revert "Fix ActiveJob::DeserializationError in AccountSyncJob when an account doesn't exists"

This reverts commit 8dbf634819d08b9d55679f9e137e901608070ba0.
2024-03-31 17:36:54 -04:00

23 lines
1.0 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
en:
custom_turbo_confirm:
account_destroy:
accept: Delete "%{name}"
body_html: "<p>By deleting this account, you will erase its value history, affecting
various aspects of your overall account. This action will have a direct impact
on your net worth calculations and the account graphs.</p><br /> <p>After
deletion, there is no way you'll be able to restore the account information
because you'll need to add it as a new account.</p>"
title: Delete account?
default:
accept: Confirm
body_html: "<p>You will not be able to undo this decision</p>"
title: Are you sure?
history:
accept: Delete entry
body_html: "<p>Deleting this entry will remove it from the accounts history
which will impact different parts of your account. This includes the net worth
and account graphs.</p></br><p>The only way youll be able to add this entry
back is by re-entering it manually via a new entry</p>"
title: Delete Entry?