Skip to content

Commit

Permalink
Merge pull request #304 from hummingbird-me/develop
Browse files Browse the repository at this point in the history
[6.5] A quick fix
  • Loading branch information
Mikunj committed Mar 19, 2018
2 parents 58aeda2 + 2506f5a commit ac5d809
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ const STATUS_MAP = {
anime: {
current: 'you\'re currently watching',
planned: 'you plan to watch',
completed: 'you\'ve completed.',
completed: 'you\'ve completed',
on_hold: 'you have on hold',
dropped: 'you have dropped',
},
manga: {
current: 'you\'re currently reading',
planned: 'you plan to read',
completed: 'you\'ve completed.',
completed: 'you\'ve completed',
on_hold: 'you have on hold',
dropped: 'you have dropped',
},
Expand Down

0 comments on commit ac5d809

Please sign in to comment.