fix: casing across all settings pages (#5675)

This commit is contained in:
Aaryan Khandelwal 2024-09-23 16:41:25 +05:30 committed by GitHub
parent 0853a2790f
commit 846398df41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 34 additions and 34 deletions

View file

@ -194,7 +194,7 @@ export const CreateEstimateModal: FC<TCreateEstimateModal> = observer((props) =>
</Button>
{estimatePoints && (
<Button variant="primary" size="sm" onClick={handleCreateEstimate} disabled={buttonLoader}>
{buttonLoader ? `Creating` : `Create Estimate`}
{buttonLoader ? `Creating` : `Create estimate`}
</Button>
)}
</div>