mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 17:53:24 +00:00
Replace "not enabled" with "disabled"
This commit is contained in:
@@ -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