-
Community goal
+
Global objective
{goalUpdatedAt ? (
Updated {new Date(goalUpdatedAt).toLocaleString()}
) : null}
@@ -360,12 +360,12 @@ export default function AdminPanelContent() {
type="text"
value={goalDraft}
onChange={(event) => setGoalDraft(event.target.value)}
- placeholder="Set a community goal"
+ placeholder="Set a global objective"
className="field-input text-sm"
/>