Skip to content

Commit d008f58

Browse files
committed
Adds missing translation
1 parent 930019f commit d008f58

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

web/frontend/src/language/en.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@
132132
"setupNode": "Setup Node",
133133
"statusOpen": "Open",
134134
"failed": "Failed",
135+
"dealing": "Dealing",
136+
"responding": "Responding",
137+
"certifying": "Certifying",
138+
"certified": "Certified",
135139
"opening": "Opening...",
136140
"statusClose": "Closed",
137141
"closing": "Closing...",
@@ -253,4 +257,4 @@
253257
"actionTextVoter1": "The election is not open yet, you can come back later to vote once it is open.",
254258
"actionTextVoter2": "The results of the election are not available yet."
255259
}
256-
}
260+
}

web/frontend/src/mocks/handlers.ts

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ let mockUserDB = setupMockUserDB();
3939
const RESPONSE_TIME = 500;
4040
const CHANGE_STATUS_TIMER = 2000;
4141
const INIT_TIMER = 1000;
42-
const SETUP_TIMER = 2000;
4342
const SHUFFLE_TIMER = 2000;
4443
const DECRYPT_TIMER = 1000;
4544

0 commit comments

Comments
 (0)