File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ type State = {|
3737
3838const 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
4747class AlertHeader extends React.Component< Props , State > {
You can’t perform that action at this time.
0 commit comments