From 5b1a730f111d6a670d336d573bddb95c2a1e7e96 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins <matiss@mja.lv> Date: Wed, 19 Jun 2024 20:19:48 +0100 Subject: [PATCH] :speech_balloon: (bank-sync) update sync button label to improve discoverability (#2899) --- packages/desktop-client/src/components/accounts/Header.jsx | 2 +- upcoming-release-notes/2899.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 upcoming-release-notes/2899.md diff --git a/packages/desktop-client/src/components/accounts/Header.jsx b/packages/desktop-client/src/components/accounts/Header.jsx index 0ce452e8e..e152595fa 100644 --- a/packages/desktop-client/src/components/accounts/Header.jsx +++ b/packages/desktop-client/src/components/accounts/Header.jsx @@ -271,7 +271,7 @@ export function AccountHeader({ } style={{ marginRight: 4 }} />{' '} - {isServerOffline ? 'Sync offline' : 'Sync'} + {isServerOffline ? 'Bank Sync Offline' : 'Bank Sync'} </> ) : ( <> diff --git a/upcoming-release-notes/2899.md b/upcoming-release-notes/2899.md new file mode 100644 index 000000000..0b7958166 --- /dev/null +++ b/upcoming-release-notes/2899.md @@ -0,0 +1,6 @@ +--- +category: Enhancements +authors: [MatissJanis] +--- + +Bank Sync: update bank-sync button label to "Bank Sync" to improve discoverability for new users -- GitLab