diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 2c7d6cad36..f2389845cd 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -61,6 +61,10 @@ } } }, + "retryDescription": { + "message": "You can retry sending this message to each of the failed recipients with these buttons:", + "description": "Shows on the message details view when it's a message error which can be retried." + }, "sendAnyway": { "message": "Send Anyway", "description": "Used on a warning dialog to specifiy " diff --git a/background.html b/background.html index e9df1b896c..43e3db9f20 100644 --- a/background.html +++ b/background.html @@ -293,6 +293,14 @@