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

Commit 4db83f5

Browse files
committed
fix l10n of stopButton
fix #4548 Auditors: @bsclifton Test Plan: 1. Go to "https://upload.wikimedia.org/wikipedia/commons/d/d9/Der_Kaufmann_Georg_Gisze_%28Hans_Holbein_the_Younger%29.jpg" 2. Hover over the stop loading 'x'
1 parent 395c1fa commit 4db83f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/components/navigationBar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class NavigationBar extends ImmutableComponent {
118118
? <span className='browserButton' />
119119
: this.loading
120120
? <Button iconClass='fa-times'
121-
l10nId='reloadButton'
121+
l10nId='stopButton'
122122
className='navbutton stop-button'
123123
onClick={this.onStop} />
124124
: <Button iconClass='fa-repeat'

0 commit comments

Comments
 (0)