1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

Merge pull request #3650 from matrix-org/travis/widget-integration-copy

Rename section heading for integrations in settings
This commit is contained in:
Travis Ralston
2019-11-21 10:13:59 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ export default class SetIntegrationManager extends React.Component {
return ( return (
<div className='mx_SetIntegrationManager'> <div className='mx_SetIntegrationManager'>
<div className="mx_SettingsTab_heading"> <div className="mx_SettingsTab_heading">
<span>{_t("Integrations")}</span> <span>{_t("Manage integrations")}</span>
<span className="mx_SettingsTab_subheading">{managerName}</span> <span className="mx_SettingsTab_subheading">{managerName}</span>
<ToggleSwitch checked={this.state.provisioningEnabled} onChange={this.onProvisioningToggled} /> <ToggleSwitch checked={this.state.provisioningEnabled} onChange={this.onProvisioningToggled} />
</div> </div>

View File

@@ -598,7 +598,7 @@
"Change": "Change", "Change": "Change",
"Use an Integration Manager <b>(%(serverName)s)</b> to manage bots, widgets, and sticker packs.": "Use an Integration Manager <b>(%(serverName)s)</b> to manage bots, widgets, and sticker packs.", "Use an Integration Manager <b>(%(serverName)s)</b> to manage bots, widgets, and sticker packs.": "Use an Integration Manager <b>(%(serverName)s)</b> to manage bots, widgets, and sticker packs.",
"Use an Integration Manager to manage bots, widgets, and sticker packs.": "Use an Integration Manager to manage bots, widgets, and sticker packs.", "Use an Integration Manager to manage bots, widgets, and sticker packs.": "Use an Integration Manager to manage bots, widgets, and sticker packs.",
"Integrations": "Integrations", "Manage integrations": "Manage integrations",
"Integration Managers receive configuration data, and can modify widgets, send room invites, and set power levels on your behalf.": "Integration Managers receive configuration data, and can modify widgets, send room invites, and set power levels on your behalf.", "Integration Managers receive configuration data, and can modify widgets, send room invites, and set power levels on your behalf.": "Integration Managers receive configuration data, and can modify widgets, send room invites, and set power levels on your behalf.",
"Flair": "Flair", "Flair": "Flair",
"Failed to change password. Is your password correct?": "Failed to change password. Is your password correct?", "Failed to change password. Is your password correct?": "Failed to change password. Is your password correct?",