Address PR comments

This commit is contained in:
Jannes Vandepitte
2022-08-26 21:38:28 +02:00
parent 4db9dba2f4
commit 12e7eb6357
5 changed files with 58 additions and 18 deletions

View File

@@ -27,7 +27,10 @@
"progress": "Progress"
},
"empty": "Queue is empty.",
"error": "Some error has occured while fetching data:",
"error": {
"title": "Error!",
"message": "Some error has occured while fetching data:"
},
"paused": "Paused"
},
"history": {
@@ -37,7 +40,10 @@
"duration": "Download Duration"
},
"empty": "Queue is empty.",
"error": "Some error has occured while fetching data:",
"error": {
"title": "Error!",
"message": "Some error has occured while fetching data:"
},
"paused": "Paused"
}
}