Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
fix l10n of stopButton
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdh committed Oct 5, 2016
1 parent 395c1fa commit 4db83f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/navigationBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class NavigationBar extends ImmutableComponent {
? <span className='browserButton' />
: this.loading
? <Button iconClass='fa-times'
l10nId='reloadButton'
l10nId='stopButton'
className='navbutton stop-button'
onClick={this.onStop} />
: <Button iconClass='fa-repeat'
Expand Down

1 comment on commit 4db83f5

@bsclifton
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.