fix: casing throughout the platform (#5293)
This commit is contained in:
parent
3a5c77e8a4
commit
8f8a97589d
37 changed files with 50 additions and 146 deletions
|
|
@ -295,7 +295,7 @@ export const CycleIssuesHeader: React.FC = observer(() => {
|
|||
}}
|
||||
size="sm"
|
||||
>
|
||||
Add Issue
|
||||
Add issue
|
||||
</Button>
|
||||
)}
|
||||
</>
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ export const ProjectInboxHeader: FC = observer(() => {
|
|||
/>
|
||||
|
||||
<Button variant="primary" size="sm" onClick={() => setCreateIssueModal(true)}>
|
||||
Add Issue
|
||||
Add issue
|
||||
</Button>
|
||||
</div>
|
||||
)}
|
||||
|
|
|
|||
|
|
@ -302,7 +302,7 @@ export const ModuleIssuesHeader: React.FC = observer(() => {
|
|||
}}
|
||||
size="sm"
|
||||
>
|
||||
Add Issue
|
||||
Add issue
|
||||
</Button>
|
||||
</>
|
||||
)}
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ export const PagesListHeader = observer(() => {
|
|||
});
|
||||
}}
|
||||
>
|
||||
Add Page
|
||||
Add page
|
||||
</Button>
|
||||
</div>
|
||||
)}
|
||||
|
|
|
|||
|
|
@ -287,7 +287,7 @@ export const ProjectViewIssuesHeader: React.FC = observer(() => {
|
|||
}}
|
||||
size="sm"
|
||||
>
|
||||
Add Issue
|
||||
Add issue
|
||||
</Button>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ export const ProjectViewsHeader = observer(() => {
|
|||
{canUserCreateView && (
|
||||
<div>
|
||||
<Button variant="primary" size="sm" onClick={() => toggleCreateViewModal(true)}>
|
||||
Add View
|
||||
Add view
|
||||
</Button>
|
||||
</div>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue