Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
MonilBhavsar committed Feb 20, 2024
1 parent 9cabc2c commit 652edda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,8 @@ export default {
hold: 'Hold',
holdRequest: 'Hold Request',
unholdRequest: 'Unhold Request',
heldRequest: ({comment}: HeldRequestParams) => `held this money request with the comment: ${comment}`,
unheldRequest: 'unheld this money request',
heldRequest: ({comment}: HeldRequestParams) => `held this request with the comment: ${comment}`,
unheldRequest: 'unheld this request',
explainHold: "Explain why you're holding this request.",
reason: 'Reason',
holdReasonRequired: 'A reason is required when holding.',
Expand Down

0 comments on commit 652edda

Please sign in to comment.