taxtank-core 0.33.75 → 0.33.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.33.75",
3
+ "version": "0.33.76",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^17.0.0",
@@ -3,7 +3,7 @@ export declare enum UserMessagesEnum {
3
3
  USER_DATA_UPDATED = "Data was successfully updated!",
4
4
  CLIENT_DETAILS_UPDATED = "Client details updated",
5
5
  DELETE = "Closing your account will mean you won't be able to access this account again. It will also revoke consent for all banks and delete all transaction data. This can not be undone.",
6
- SHARESIGHT_CONNECTED = "Login success, importing financial data",
6
+ SHARESIGHT_CONNECTED = "We're syncing your ShareSight trades, which might take a few minutes.",
7
7
  SHARESIGHT_DISCONNECTED = "Sharesight disconnected",
8
8
  SHARESIGHT_DISCONNECT_CONFIRM = "Disconnecting ShareSight means we can no longer sync data. Any trades already imported will become editable in TaxTank.",
9
9
  SHARESIGHT_ERROR = "Sharesight connection error"