Replace "Element" with a brand const (#8074)

This commit is contained in:
Suguru Hirahara
2022-03-23 16:31:25 +00:00
committed by GitHub
parent d922ee2cb9
commit 9961b003bb
5 changed files with 17 additions and 12 deletions

View File

@@ -73,9 +73,9 @@ const AnalyticsLearnMoreDialog: React.FC<IProps> = ({
<div className="mx_Dialog_content">
<div className="mx_AnalyticsLearnMore_image_holder" />
<div className="mx_AnalyticsLearnMore_copy">
{ _t("Help us identify issues and improve Element by sharing anonymous usage data. " +
{ _t("Help us identify issues and improve %(analyticsOwner)s by sharing anonymous usage data. " +
"To understand how people use multiple devices, we'll generate a random identifier, " +
"shared by your devices.",
"shared by your devices.", { analyticsOwner },
) }
</div>
<ul className="mx_AnalyticsLearnMore_bullets">