mirror of
https://github.com/makeplane/plane.git
synced 2026-05-24 19:28:47 -05:00
fix: casing throughout the platform (#5293)
This commit is contained in:
committed by
GitHub
parent
3a5c77e8a4
commit
8f8a97589d
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user