Fix instances of double translation and guard translation calls using typescript (#11443)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
d13b6e1b41
commit
ac70f7ac9b
157 changed files with 554 additions and 780 deletions
|
@ -36,10 +36,7 @@ export const EnableLiveShare: React.FC<Props> = ({ onSubmit }) => {
|
|||
</Heading>
|
||||
<p className="mx_EnableLiveShare_description">
|
||||
{_t(
|
||||
"Please note: this is a labs feature using a temporary implementation. " +
|
||||
"This means you will not be able to delete your location history, " +
|
||||
"and advanced users will be able to see your location history " +
|
||||
"even after you stop sharing your live location with this room.",
|
||||
"Please note: this is a labs feature using a temporary implementation. This means you will not be able to delete your location history, and advanced users will be able to see your location history even after you stop sharing your live location with this room.",
|
||||
)}
|
||||
</p>
|
||||
<LabelledToggleSwitch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue