update message for use existing claim -> Edit existing claim
This commit is contained in:
parent
426bda7166
commit
c68b807638
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ class PublishForm extends React.PureComponent {
|
|||
<span>
|
||||
{__("You already have a claim with this name.")}{" "}
|
||||
<Link
|
||||
label={__("Use data from my existing claim")}
|
||||
label={__("Edit existing claim")}
|
||||
onClick={() => this.handlePrefillClicked()}
|
||||
/>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue