From b7618b13dcd8a2cce45d5892153482b6d908f0ef Mon Sep 17 00:00:00 2001 From: Michal Migurski Date: Fri, 26 Feb 2021 21:00:46 -0800 Subject: [PATCH] Added missing translation --- config/locales/en.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index f7ee6d04a..695a2b9a6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1520,6 +1520,7 @@ en: title: "Inbox" my_inbox: "My Inbox" outbox: "outbox" + my_outbox: "My Outbox" messages: "You have %{new_messages} and %{old_messages}" new_messages: one: "%{count} new message" @@ -1552,9 +1553,10 @@ en: body: "Sorry there is no message with that id." outbox: title: "Outbox" - my_inbox_html: "My %{inbox_link}" inbox: "inbox" outbox: "outbox" + my_inbox: "My Inbox" + my_outbox: "My Outbox" messages: one: "You have %{count} sent message" other: "You have %{count} sent messages" -- 2.39.5