diff --git a/common/components/chrome/AlertHeader.jsx b/common/components/chrome/AlertHeader.jsx index 93d308623..7563eeb2b 100644 --- a/common/components/chrome/AlertHeader.jsx +++ b/common/components/chrome/AlertHeader.jsx @@ -37,11 +37,11 @@ type State = {| const AlertMessages: Dictionary = { 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 {