From 0d9cd646190aab3a1a9f48719028ce5c56137e5b Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 30 Apr 2023 15:51:15 +0200 Subject: [PATCH] rename upload finished to successful --- interface/src/i18n/en/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/src/i18n/en/index.ts b/interface/src/i18n/en/index.ts index ed0fe18cf..601df0120 100644 --- a/interface/src/i18n/en/index.ts +++ b/interface/src/i18n/en/index.ts @@ -17,8 +17,8 @@ const en: Translation = { HELP_OF: '{0} Help', LOGGED_IN: 'Logged in as {name}', PLEASE_SIGNIN: 'Please sign in to continue', - UPLOAD_SUCCESSFUL: 'Upload finished', - DOWNLOAD_SUCCESSFUL: 'Download finished', + UPLOAD_SUCCESSFUL: 'Upload successful', + DOWNLOAD_SUCCESSFUL: 'Download successful', INVALID_LOGIN: 'Invalid login details', NETWORK: 'Network', SECURITY: 'Security',