File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 239
239
"@composeBoxTopicHintText": {
240
240
"description": "Hint text for topic input widget in compose box."
241
241
},
242
- "composeBoxUploadingFilename": "Uploading {filename}... ",
242
+ "composeBoxUploadingFilename": "Uploading {filename}… ",
243
243
"@composeBoxUploadingFilename": {
244
244
"description": "Placeholder in compose box showing the specified file is currently uploading.",
245
245
"placeholders": {
432
432
"num": {"type": "int", "example": "4"}
433
433
}
434
434
},
435
- "markAsReadInProgress": "Marking messages as read... ",
435
+ "markAsReadInProgress": "Marking messages as read… ",
436
436
"@markAsReadInProgress": {
437
437
"description": "Progress message when marking messages as read."
438
438
},
447
447
"num": {"type": "int", "example": "4"}
448
448
}
449
449
},
450
- "markAsUnreadInProgress": "Marking messages as unread... ",
450
+ "markAsUnreadInProgress": "Marking messages as unread… ",
451
451
"@markAsUnreadInProgress": {
452
452
"description": "Progress message when marking messages as unread."
453
453
},
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ void main() {
294
294
check (errorDialogs).isEmpty ();
295
295
296
296
check (composeBoxController.contentController.text)
297
- .equals ('see image: [Uploading image.jpg... ]()\n\n ' );
297
+ .equals ('see image: [Uploading image.jpg… ]()\n\n ' );
298
298
// (the request is checked more thoroughly in API tests)
299
299
check (connection.lastRequest! ).isA< http.MultipartRequest > ()
300
300
..method.equals ('POST' )
@@ -350,7 +350,7 @@ void main() {
350
350
check (errorDialogs).isEmpty ();
351
351
352
352
check (composeBoxController.contentController.text)
353
- .equals ('see image: [Uploading image.jpg... ]()\n\n ' );
353
+ .equals ('see image: [Uploading image.jpg… ]()\n\n ' );
354
354
// (the request is checked more thoroughly in API tests)
355
355
check (connection.lastRequest! ).isA< http.MultipartRequest > ()
356
356
..method.equals ('POST' )
You can’t perform that action at this time.
0 commit comments