]> git.openstreetmap.org Git - rails.git/commitdiff
Added missing translation
authorMichal Migurski <mike@teczno.com>
Sat, 27 Feb 2021 05:00:46 +0000 (21:00 -0800)
committerMichal Migurski <mike@teczno.com>
Sat, 13 Mar 2021 18:49:52 +0000 (10:49 -0800)
config/locales/en.yml

index f7ee6d04a5822234ed598383e0d835056ff50766..695a2b9a67eb68d82a355887c386c501f383e04d 100644 (file)
@@ -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"