mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
update copy
This commit is contained in:
parent
596060c506
commit
12a6bc8231
2 changed files with 2 additions and 2 deletions
|
@ -158,7 +158,7 @@ const AppsSection: React.FC<IAppsSectionProps> = ({ room }) => {
|
|||
}) }
|
||||
|
||||
<AccessibleButton kind="link" onClick={onManageIntegrations}>
|
||||
{ apps.length > 0 ? _t("Edit apps") : _t("Add applications") }
|
||||
{ apps.length > 0 ? _t("Edit apps") : _t("Add apps") }
|
||||
</AccessibleButton>
|
||||
</Group>;
|
||||
};
|
||||
|
|
|
@ -1287,7 +1287,7 @@
|
|||
"Apps": "Apps",
|
||||
"Unpin app": "Unpin app",
|
||||
"Edit apps": "Edit apps",
|
||||
"Add applications": "Add applications",
|
||||
"Add apps": "Add apps",
|
||||
"Not encrypted": "Not encrypted",
|
||||
"About": "About",
|
||||
"%(count)s people|other": "%(count)s people",
|
||||
|
|
Loading…
Reference in a new issue