From 57a81e44ef9dea37a7457e4cb3bcc7fa7007b9a1 Mon Sep 17 00:00:00 2001 From: Alex Hatzenbuhler Date: Mon, 14 Oct 2024 09:19:33 -0500 Subject: [PATCH] Add period to value delete modal (#1297) --- config/locales/views/account/valuations/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/views/account/valuations/en.yml b/config/locales/views/account/valuations/en.yml index 9b8dad56..4f8ed28b 100644 --- a/config/locales/views/account/valuations/en.yml +++ b/config/locales/views/account/valuations/en.yml @@ -18,7 +18,7 @@ en: confirm_body_html: "

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.


The only way you’ll be able - to add this entry back is by re-entering it manually via a new entry

" + to add this entry back is by re-entering it manually via a new entry.

" confirm_title: Delete Entry? delete_entry: Delete entry edit_entry: Edit entry