I18N: Merge two "Return to top" strings.

Props ramiy, carike, whyisjake.
Fixes #50743.

git-svn-id: https://develop.svn.wordpress.org/trunk@48588 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-07-23 20:19:20 +00:00
parent 6e94ee644f
commit 098fc4bc89

View File

@ -424,7 +424,7 @@ final class WP_Privacy_Policy_Content {
$content .= '</div>';
}
$content .= '<a href="#wpbody" class="return-to-top"><span aria-hidden="true">&uarr; </span> ' . __( 'Return to Top' ) . '</a>';
$content .= '<a href="#wpbody" class="return-to-top"><span aria-hidden="true">&uarr; </span> ' . __( 'Return to top' ) . '</a>';
$content .= '</div>'; // End of .privacy-text-section.
}