You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
update copy
This commit is contained in:
@@ -158,7 +158,7 @@ const AppsSection: React.FC<IAppsSectionProps> = ({ room }) => {
|
|||||||
}) }
|
}) }
|
||||||
|
|
||||||
<AccessibleButton kind="link" onClick={onManageIntegrations}>
|
<AccessibleButton kind="link" onClick={onManageIntegrations}>
|
||||||
{ apps.length > 0 ? _t("Edit apps") : _t("Add applications") }
|
{ apps.length > 0 ? _t("Edit apps") : _t("Add apps") }
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
</Group>;
|
</Group>;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1287,7 +1287,7 @@
|
|||||||
"Apps": "Apps",
|
"Apps": "Apps",
|
||||||
"Unpin app": "Unpin app",
|
"Unpin app": "Unpin app",
|
||||||
"Edit apps": "Edit apps",
|
"Edit apps": "Edit apps",
|
||||||
"Add applications": "Add applications",
|
"Add apps": "Add apps",
|
||||||
"Not encrypted": "Not encrypted",
|
"Not encrypted": "Not encrypted",
|
||||||
"About": "About",
|
"About": "About",
|
||||||
"%(count)s people|other": "%(count)s people",
|
"%(count)s people|other": "%(count)s people",
|
||||||
|
|||||||
Reference in New Issue
Block a user