From f3c185495d1dd81717d15143242bf7aac94a501e Mon Sep 17 00:00:00 2001 From: Isaac Date: Wed, 4 Jan 2023 17:42:15 +0000 Subject: [PATCH] fix: typo --- src/translations/en_GB.json | 2 +- src/translations/en_US.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en_GB.json b/src/translations/en_GB.json index ab910cf8..553fac5c 100644 --- a/src/translations/en_GB.json +++ b/src/translations/en_GB.json @@ -71,7 +71,7 @@ "modals": { "main": { "title": "Options", - "loading": "Loading..", + "loading": "Loading...", "file_upload_error": "File is over 2MB", "navbar": { "settings": "Settings", diff --git a/src/translations/en_US.json b/src/translations/en_US.json index 2804c123..29492fb3 100644 --- a/src/translations/en_US.json +++ b/src/translations/en_US.json @@ -80,7 +80,7 @@ "modals": { "main": { "title": "Options", - "loading": "Loading..", + "loading": "Loading...", "file_upload_error": "File is over 2MB", "navbar": { "settings": "Settings",