mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 13:33:25 +00:00
Replace "not enabled" with "disabled"
This commit is contained in:
@@ -96,8 +96,8 @@
|
|||||||
.button-container p {
|
.button-container p {
|
||||||
color: #4A4863;
|
color: #4A4863;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
max-width: 180px;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-container strong {
|
.button-container strong {
|
||||||
|
@@ -35,7 +35,7 @@ export function ToggleButton(props: ToggleButtonProps) {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
Extension{props.active ? '' : ' not'} enabled on <strong>movie-web.app</strong>
|
Extension {props.active ? 'enabled' : 'disabled'} <br /> on <strong>movie-web.app</strong>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user