summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/locales/en-GB.yml2
-rw-r--r--config/locales/en.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml
index bea630529..6d05acb7d 100644
--- a/config/locales/en-GB.yml
+++ b/config/locales/en-GB.yml
@@ -84,7 +84,7 @@ en-GB:
byte:
one: "Byte"
other: "Bytes"
- kb: "KB"
+ kb: "kB"
mb: "MB"
gb: "GB"
tb: "TB"
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 597d14ba4..143086a80 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -81,7 +81,7 @@ en:
byte:
one: "Byte"
other: "Bytes"
- kb: "KB"
+ kb: "kB"
mb: "MB"
gb: "GB"
tb: "TB"