Skip to content

Commit 81c8268

Browse files
Merge pull request #715 from DemocracyLab/beth/approval-banner-714
Remove extra $ symbol from alert header.
2 parents 9b6ef20 + d579ca8 commit 81c8268

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/components/chrome/AlertHeader.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ type State = {|
3737

3838
const AlertMessages: Dictionary<string> = {
3939
projectAwaitingApproval:
40-
'Your project "${value}" is awaiting approval. Expect a decision in the next business day.',
40+
'Your project "{value}" is awaiting approval. Expect a decision in the next business day.',
4141
eventAwaitingApproval:
42-
'Your event "${value}" is awaiting approval. Expect a decision in the next business day.',
42+
'Your event "{value}" is awaiting approval. Expect a decision in the next business day.',
4343
groupAwaitingApproval:
44-
'Your group "${value}" is awaiting approval. Expect a decision in the next business day.',
44+
'Your group "{value}" is awaiting approval. Expect a decision in the next business day.',
4545
};
4646

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

0 commit comments

Comments
 (0)