Skip to content

Commit d4d068f

Browse files
committed
Improve wording for DisambiguationSameName
Sometimes the disambiguation *can* be needed, it's just this is not a good disambiguation
1 parent 6c7b614 commit d4d068f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

root/report/ArtistsDisambiguationSameName.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const ArtistsDisambiguationSameName = ({
2727
description={l(
2828
`This report lists artists that have their disambiguation set
2929
to be the same as their name.
30-
Disambiguation should not be filled in this case.`,
30+
The disambiguation should be removed or, if it is needed, improved.`,
3131
)}
3232
entityType="artist"
3333
filtered={filtered}

root/report/LabelsDisambiguationSameName.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const LabelsDisambiguationSameName = ({
2727
description={l(
2828
`This report lists labels that have their disambiguation set
2929
to be the same as their name.
30-
Disambiguation should not be filled in this case.`,
30+
The disambiguation should be removed or, if it is needed, improved.`,
3131
)}
3232
entityType="label"
3333
filtered={filtered}

0 commit comments

Comments
 (0)