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:
parent
3b390ffc67
commit
31bd3a688c
1 changed files with 1 additions and 1 deletions
|
@ -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.'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue