fix: casing throughout the platform (#5293)
This commit is contained in:
parent
3a5c77e8a4
commit
8f8a97589d
37 changed files with 50 additions and 146 deletions
|
|
@ -79,7 +79,7 @@ export const DeleteModuleModal: React.FC<Props> = observer((props) => {
|
|||
handleSubmit={handleDeletion}
|
||||
isSubmitting={isDeleteLoading}
|
||||
isOpen={isOpen}
|
||||
title="Delete Module"
|
||||
title="Delete module"
|
||||
content={
|
||||
<>
|
||||
Are you sure you want to delete module-{" "}
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ export const ModuleForm: React.FC<Props> = (props) => {
|
|||
)}
|
||||
/>
|
||||
)}
|
||||
<h3 className="text-xl font-medium text-custom-text-200">{status ? "Update" : "Create"} Module</h3>
|
||||
<h3 className="text-xl font-medium text-custom-text-200">{status ? "Update" : "Create"} module</h3>
|
||||
</div>
|
||||
<div className="space-y-3">
|
||||
<div className="space-y-1">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue