fix: updated lang key for defaults (#6599)

This commit is contained in:
Vamsi Krishna 2025-02-12 19:59:05 +05:30 committed by GitHub
parent 2d20278c9b
commit b88ae112f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,7 +112,7 @@ export const ProjectSettingsMemberDefaults: React.FC = observer(() => {
return (
<>
<div className="flex items-center border-b border-custom-border-100 pb-3.5">
<h3 className="text-xl font-medium">{t("defaults")}</h3>
<h3 className="text-xl font-medium">{t("common.defaults")}</h3>
</div>
<div className="flex w-full flex-col gap-2 pb-4">