update message for use existing claim -> Edit existing claim
This commit is contained in:
parent
73d4f24a5f
commit
b8cadad26b
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,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…
Reference in a new issue