Replace "Element" with a brand const (#8074)
This commit is contained in:
parent
d922ee2cb9
commit
9961b003bb
5 changed files with 17 additions and 12 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue