From 42041d955cba4cb98958170798590884936c354f Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 13 Mar 2019 09:15:03 -0700 Subject: [PATCH] Fix typo in 'move to inbox' string --- _locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 556d299bb..59166d6b2 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -204,7 +204,7 @@ "Shown in menu for conversation, and moves conversation out of main conversation list" }, "moveConversationToInbox": { - "message": "Move Converstion to Inbox", + "message": "Move Conversation to Inbox", "description": "Undoes Archive Conversation action, and moves archived conversation back to the main conversation list" },