From 91a4950b7bfbe353f9874ef7240c1335b28cfd18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Mon, 4 Nov 2024 20:15:30 +0100 Subject: [PATCH] Update en.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- packages/pl-fe/src/locales/en.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/pl-fe/src/locales/en.json b/packages/pl-fe/src/locales/en.json index cabef52dd..85a1ddb36 100644 --- a/packages/pl-fe/src/locales/en.json +++ b/packages/pl-fe/src/locales/en.json @@ -433,6 +433,7 @@ "compose.submit_success": "Your post was sent!", "compose_event.create": "Create", "compose_event.edit_success": "Your event was edited", + "compose_event.fetch_fail": "Failed to fetch edited event information", "compose_event.fields.approval_required": "I want to approve participation requests manually", "compose_event.fields.banner_hint": "PNG, GIF or JPG. Landscape format is preferred.", "compose_event.fields.banner_label": "Event banner", @@ -533,8 +534,6 @@ "confirmations.cancel_editing.heading": "Cancel post editing", "confirmations.cancel_editing.message": "Are you sure you want to cancel editing this post? All changes will be lost.", "confirmations.cancel_editing.save_draft": "Save draft", - "confirmations.cancel_event_editing.heading": "Cancel event editing", - "confirmations.cancel_event_editing.message": "Are you sure you want to cancel editing this event? All changes will be lost.", "confirmations.delete.confirm": "Delete", "confirmations.delete.heading": "Delete post", "confirmations.delete.message": "Are you sure you want to delete this post?", @@ -1089,7 +1088,6 @@ "navigation_bar.compose": "Compose a post", "navigation_bar.compose_direct": "Direct message", "navigation_bar.compose_edit": "Edit post", - "navigation_bar.manage_event": "Manage event", "navigation_bar.compose_group": "Compose to group", "navigation_bar.compose_group_reply": "Reply to group post", "navigation_bar.compose_quote": "Quote post", @@ -1105,6 +1103,7 @@ "navigation_bar.import_data": "Import data", "navigation_bar.in_reply_to": "In reply to", "navigation_bar.logout": "Logout", + "navigation_bar.manage_event": "Manage event", "navigation_bar.mutes": "Mutes", "navigation_bar.plfe_config": "Front-end configuration", "navigation_bar.preferences": "Preferences",