mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:10:12 +00:00
Add "delivery done" label
This commit is contained in:
parent
3aa77685fc
commit
7c58944449
3 changed files with 8 additions and 2 deletions
|
@ -432,6 +432,7 @@ class Post extends BaseObject
|
|||
'delivery_pending' => L10n::t('Delivery to remote servers is pending'),
|
||||
'delivery_underway' => L10n::t('Delivery to remote servers is underway'),
|
||||
'delivery_almost' => L10n::t('Delivery to remote servers is mostly done'),
|
||||
'delivery_done' => L10n::t('Delivery to remote servers is done'),
|
||||
],
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue