Skip to content

Commit

Permalink
Fix message keys in RevisionList
Browse files Browse the repository at this point in the history
Resolves #471
  • Loading branch information
ragesoss committed Nov 12, 2015
1 parent 505b57e commit 6aa68ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/assets/javascripts/components/revisions/revision_list.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ RevisionList = React.createClass(

keys =
'rating_num':
'label': I18n.t('revision.class')
'label': I18n.t('revisions.class')
'desktop_only': true
'title':
'label': I18n.t('revision.title')
'label': I18n.t('revisions.title')
'desktop_only': false
'edited_by':
'label': I18n.t('revision.edited_by')
'label': I18n.t('revisions.edited_by')
'desktop_only': true
'characters':
'label': I18n.t('revision.chars_added')
'label': I18n.t('revisions.chars_added')
'desktop_only': true
'date':
'label': I18n.t('revision.date_time')
'label': I18n.t('revisions.date_time')
'desktop_only': true
'info_key': 'revisions.time_doc'

Expand Down

0 comments on commit 6aa68ec

Please sign in to comment.