Missing Word

Line 333:

From: 'You are currently editing this claim. If you change the URL, you will need reselect a file.'
To: 'You are currently editing this claim. If you change the URL, you will need to reselect a file.'

Found by https://github.com/ceoger
This commit is contained in:
Electron - Mark Firth 2018-08-06 22:46:00 +10:00 committed by GitHub
parent 3b390ffc67
commit 31bd3a688c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ class BidHelpText extends React.PureComponent<Props> {
if (isStillEditing) {
return __(
'You are currently editing this claim. If you change the URL, you will need reselect a file.'
'You are currently editing this claim. If you change the URL, you will need to reselect a file.'
);
}