Indicate tab indentation setting support

This commit is contained in:
Konrad Borowski 2022-05-08 10:47:29 +02:00
parent b0d0c788fb
commit 09a6c1f7cb

View File

@ -44,7 +44,7 @@ export default function Options() {
}
checked={JSON.parse(tabIndentation())}
/>
{" Indent with tab"}
{" Indent with tab when using CodeMirror"}
</label>
</p>
</>