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