Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit e9ed433

Browse files
committed
Minor code style tweak
1 parent 892121f commit e9ed433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/react-image-lightbox.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -819,8 +819,8 @@ class ReactImageLightbox extends Component {
819819
let loadingIcon;
820820
if (_ieVersion < 10) {
821821
loadingIcon = (
822-
<div className={styles.loadingContainer__icon} >
823-
Loading...
822+
<div className={styles.loadingContainer__icon}>
823+
{translate('Loading...')}
824824
</div>
825825
);
826826
} else {

0 commit comments

Comments
 (0)