mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 07:39:39 +02:00
Add Custom Turbo Confirm Modal (#580)
* Add turbo confirm dialog * Add default fallback check * Fix locale typo and swap element type * Replaced locale folder and removed static strings from Turbo.setConfirmMethod * Normalize shared/en.yml
This commit is contained in:
parent
b1bfdef8ff
commit
7fa77b4fd7
5 changed files with 63 additions and 1 deletions
14
config/locales/views/shared/en.yml
Normal file
14
config/locales/views/shared/en.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
en:
|
||||
custom_turbo_confirm:
|
||||
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 account’s history
|
||||
which will impact different parts of your account. This includes the net worth
|
||||
and account graphs.</p></br><p>The only way you’ll be able to add this entry
|
||||
back is by re-entering it manually via a new entry</p>"
|
||||
title: Delete Entry?
|
Loading…
Add table
Add a link
Reference in a new issue