Skip to content

Commit

Permalink
fix: updated lang key for defaults (#6599)
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsikrishnamathala authored Feb 12, 2025
1 parent 2d20278 commit b88ae11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit b88ae11

Please sign in to comment.