Skip to content

Commit

Permalink
fix: non-capital words (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
IevgenSobko committed Jun 11, 2022
1 parent 3a8ec90 commit ce1e7c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lang/en.js
@@ -1,6 +1,6 @@
const locale = {
/** General */
category: 'category',
category: 'Category',
settings: 'settings',
pause: 'pause',
delete: 'delete',
Expand All @@ -16,7 +16,7 @@ const locale = {
unknown: 'unknown',
status: 'Status',
all: 'All',
downloading: 'downloading',
downloading: 'Downloading',
seeding: 'Seeding',
completed: 'Completed',
resumed: 'Resumed',
Expand All @@ -27,9 +27,9 @@ const locale = {
errored: 'Errored',
login: 'Login in',
logout: 'Log out',
downloaded: 'downloaded',
uploaded: 'uploaded',
upload: 'upload',
downloaded: 'Downloaded',
uploaded: 'Uploaded',
upload: 'Upload',
download: 'Download',
ETA: 'ETA',
peers: 'Peers',
Expand All @@ -38,7 +38,7 @@ const locale = {
tags: 'Tags',
share: 'Share',
name: 'Name',
hash: 'Hase',
hash: 'Hash',
magnet: 'Magnet',

/** Torrent */
Expand Down

0 comments on commit ce1e7c3

Please sign in to comment.