Migrate more strings to translation keys (#11613)
This commit is contained in:
parent
d46d4b3d04
commit
5cb8cbd893
111 changed files with 8214 additions and 6766 deletions
|
@ -363,7 +363,7 @@ function submitReport(endpoint: string, body: FormData, progressCallback: (str:
|
|||
req.timeout = 5 * 60 * 1000;
|
||||
req.onreadystatechange = function (): void {
|
||||
if (req.readyState === XMLHttpRequest.LOADING) {
|
||||
progressCallback(_t("Waiting for response from server"));
|
||||
progressCallback(_t("bug_reporting|waiting_for_server"));
|
||||
} else if (req.readyState === XMLHttpRequest.DONE) {
|
||||
// on done
|
||||
if (req.status < 200 || req.status >= 400) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue