Update copy and use svg for ellipsis
This commit is contained in:
parent
b635598bc3
commit
8d66dce68d
5 changed files with 30 additions and 7 deletions
|
@ -158,7 +158,7 @@ const AppsSection: React.FC<IAppsSectionProps> = ({ room }) => {
|
|||
}) }
|
||||
|
||||
<AccessibleButton kind="link" onClick={onManageIntegrations}>
|
||||
{ apps.length > 0 ? _t("Edit apps") : _t("Add apps") }
|
||||
{ apps.length > 0 ? _t("Edit apps, bridges & bots") : _t("Add apps, bridges & bots") }
|
||||
</AccessibleButton>
|
||||
</Group>;
|
||||
};
|
||||
|
|
|
@ -167,14 +167,12 @@ const WidgetCard: React.FC<IProps> = ({ room, widgetId, onClose }) => {
|
|||
{ pinButton }
|
||||
<ContextMenuButton
|
||||
kind="secondary"
|
||||
className={""}
|
||||
className="mx_WidgetCard_optionsButton"
|
||||
inputRef={handle}
|
||||
onClick={openMenu}
|
||||
isExpanded={menuDisplayed}
|
||||
label={_t("Options")}
|
||||
>
|
||||
...
|
||||
</ContextMenuButton>
|
||||
/>
|
||||
|
||||
{ contextMenu }
|
||||
</React.Fragment>;
|
||||
|
|
|
@ -1286,8 +1286,8 @@
|
|||
"Room Info": "Room Info",
|
||||
"Apps": "Apps",
|
||||
"Unpin app": "Unpin app",
|
||||
"Edit apps": "Edit apps",
|
||||
"Add apps": "Add apps",
|
||||
"Edit apps, bridges & bots": "Edit apps, bridges & bots",
|
||||
"Add apps, bridges & bots": "Add apps, bridges & bots",
|
||||
"Not encrypted": "Not encrypted",
|
||||
"About": "About",
|
||||
"%(count)s people|other": "%(count)s people",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue