Bots isn't a proper noun so no real reason for it to get a capital
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
8a7227f971
commit
fcf82efc7c
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ export default class TermsDialog extends React.Component {
|
||||||
</div>;
|
</div>;
|
||||||
case Matrix.SERVICE_TYPES.IM:
|
case Matrix.SERVICE_TYPES.IM:
|
||||||
return <div>
|
return <div>
|
||||||
{_t("Use Bots, bridges, widgets and sticker packs")}
|
{_t("Use bots, bridges, widgets and sticker packs")}
|
||||||
{docName !== null ? <br /> : ''}
|
{docName !== null ? <br /> : ''}
|
||||||
{docName !== null ? '('+docName+')' : ''}
|
{docName !== null ? '('+docName+')' : ''}
|
||||||
</div>;
|
</div>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue