Skip to content

Commit

Permalink
Remove extra $ symbol from alert header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Beth Ginsberg committed Jul 30, 2021
1 parent 9b6ef20 commit d579ca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/components/chrome/AlertHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ type State = {|

const AlertMessages: Dictionary<string> = {
projectAwaitingApproval:
'Your project "${value}" is awaiting approval. Expect a decision in the next business day.',
'Your project "{value}" is awaiting approval. Expect a decision in the next business day.',
eventAwaitingApproval:
'Your event "${value}" is awaiting approval. Expect a decision in the next business day.',
'Your event "{value}" is awaiting approval. Expect a decision in the next business day.',
groupAwaitingApproval:
'Your group "${value}" is awaiting approval. Expect a decision in the next business day.',
'Your group "{value}" is awaiting approval. Expect a decision in the next business day.',
};

class AlertHeader extends React.Component<Props, State> {
Expand Down

0 comments on commit d579ca8

Please sign in to comment.