Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: show correct message when disconnecting quickbooks desktop #49834

Merged
merged 14 commits into from
Oct 1, 2024
Prev Previous commit
Next Next commit
Merge branch 'main' into fix/47830
  • Loading branch information
daledah committed Sep 30, 2024
commit b2a817a0f4e89ae2f4a0b80d68edc744362793a1
1 change: 0 additions & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import type {
AddEmployeeParams,
AddressLineParams,
AdminCanceledRequestParams,
AgeParams,
AllConnectionNameParams,
AlreadySignedInParams,
ApprovalWorkflowErrorParams,
Expand Down
1 change: 0 additions & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import type {
AddEmployeeParams,
AddressLineParams,
AdminCanceledRequestParams,
AgeParams,
AllConnectionNameParams,
AlreadySignedInParams,
ApprovalWorkflowErrorParams,
Expand Down
2 changes: 1 addition & 1 deletion src/types/onyx/OriginalMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ type OriginalMessageChangeLog = {
/** Old role of user */
oldValue?: string;

/** Name of removed connection */
/** Name of connection */
connectionName?: string;
};

Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.