From 59c1e3ef57af584d3db28d6b837d95848715253b Mon Sep 17 00:00:00 2001 From: Thorsten Alge Date: Thu, 11 Feb 2021 16:32:18 +0100 Subject: [PATCH] change problematic terminology (#3795) --- openlibrary/templates/merge/authors.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openlibrary/templates/merge/authors.html b/openlibrary/templates/merge/authors.html index 8095a64c7d5..9386457a5a9 100644 --- a/openlibrary/templates/merge/authors.html +++ b/openlibrary/templates/merge/authors.html @@ -54,15 +54,15 @@

$_("Merge Authors")

$if formdata: $if not formdata.master: -
$_("Please select a master author record.")
+
$_("Please select a primary author record.")
$if len(formdata.selected) == 0:
$_("Please select some authors to merge.")
    -
  1. $_('Select a "master" record that best represents the author -') +
  2. $_('Select a "primary" record that best represents the author -')
  3. -
  4. $_('Select author records which should be merged with the master') +
  5. $_('Select author records which should be merged with the primary') -
  6. @@ -70,7 +70,7 @@

    $_("Merge Authors")

-
+

$_('You must select a master record to point the duplicates toward.')