From ea4b8b420072d15f0080ecc47adf69266a29f13a Mon Sep 17 00:00:00 2001 From: Jet Li Date: Thu, 8 Aug 2024 20:11:57 +0200 Subject: [PATCH] Fix minor UI display for cancel&edit --- frontend/src/lang/en.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index c8e3a17..c1d53e3 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -6,8 +6,8 @@ export default { Summary: 'Summary', Status: 'Status', Date: 'Date', - withdraw: 'withdraw', - edit: 'edit', + withdraw: 'Cancel', + edit: 'Edit', Quote: 'Quote', Payment: 'Payment', Duration: 'Duration',