|
|
|
@ -120,7 +120,7 @@ export class DevicePairingDialog extends React.Component<Props, State> {
|
|
|
|
|
|
|
|
|
|
<div className="device-pairing-dialog__secret-words">
|
|
|
|
|
<label>{window.i18n('secretWords')}</label>
|
|
|
|
|
<div className="text-subtle">{secretWords}</div>
|
|
|
|
|
<div className="subtle">{secretWords}</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className="session-modal__button-group">
|
|
|
|
@ -148,7 +148,7 @@ export class DevicePairingDialog extends React.Component<Props, State> {
|
|
|
|
|
<div className="session-modal__centered">
|
|
|
|
|
{this.renderErrors()}
|
|
|
|
|
<h4>{window.i18n('waitingForDeviceToRegister')}</h4>
|
|
|
|
|
<small className="text-subtle">
|
|
|
|
|
<small className="subtle">
|
|
|
|
|
{window.i18n('pairNewDevicePrompt')}
|
|
|
|
|
</small>
|
|
|
|
|
<div className="spacer-lg" />
|
|
|
|
@ -199,7 +199,7 @@ export class DevicePairingDialog extends React.Component<Props, State> {
|
|
|
|
|
<p className="session-modal__description">
|
|
|
|
|
{window.i18n('confirmUnpairingTitle')}
|
|
|
|
|
<br />
|
|
|
|
|
<span className="text-subtle">{description}</span>
|
|
|
|
|
<span className="subtle">{description}</span>
|
|
|
|
|
</p>
|
|
|
|
|
<div className="spacer-xs" />
|
|
|
|
|
<div className="session-modal__button-group">
|
|
|
|
|