mirror of https://github.com/jetkvm/kvm.git
Change wording from TODO to coming soon
This commit is contained in:
parent
2428c15f88
commit
2e24916331
|
@ -141,7 +141,7 @@ function Dialog({ plugin, setOpen }: { plugin: PluginStatus | null, setOpen: (op
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<p className="text-sm text-gray-500 dark:text-gray-400 py-10">
|
<p className="text-sm text-gray-500 dark:text-gray-400 py-10">
|
||||||
TODO: Plugin configuration goes here
|
Plugin configuration coming soon
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className="h-[1px] w-full bg-slate-800/10 dark:bg-slate-300/20" />
|
<div className="h-[1px] w-full bg-slate-800/10 dark:bg-slate-300/20" />
|
||||||
|
|
Loading…
Reference in New Issue