From b5d5dab2f40c9b580a7638bafc92516633bebde5 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Tue, 1 Aug 2023 15:48:03 +0200 Subject: [PATCH] :sparkles: Renamed "Add Image" to "Add Media" --- frontend/src/lib/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/i18n/locales/en.json b/frontend/src/lib/i18n/locales/en.json index 5e51ac8..4548f8e 100644 --- a/frontend/src/lib/i18n/locales/en.json +++ b/frontend/src/lib/i18n/locales/en.json @@ -306,7 +306,7 @@ "unknown_error_text": "That shouldn't happen. It's probably my fault, not yours, but maybe you have a magical power to break stuff..." }, "uploader": { - "add_image": "Add image", + "add_image": "Add Media", "select_upload_type": "Select the Upload Type", "upload_a_video": "Upload a Video", "upload_video_popup_notice": "The popup is open; have a look at it for further information",