From b8ab4243d689efd0a53ca58a2090a2dcdb70f742 Mon Sep 17 00:00:00 2001 From: Roland Bewick Date: Tue, 21 May 2024 17:28:54 +0700 Subject: [PATCH] chore: add repost kind to english translation --- src/i18n/locales/en/translation.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/locales/en/translation.json b/src/i18n/locales/en/translation.json index 8f4fc025ad..d8000ae966 100644 --- a/src/i18n/locales/en/translation.json +++ b/src/i18n/locales/en/translation.json @@ -978,6 +978,10 @@ "title": "delete note", "description": "Request relays to delete an event" }, + "6": { + "title": "repost", + "description": "Repost a note" + }, "7": { "title": "react", "description": "Sign a reaction to a note"