From 5504574746a59942775330151a55f0d603475bec Mon Sep 17 00:00:00 2001 From: Robin Olsen Date: Wed, 25 Feb 2026 15:43:14 +0100 Subject: [PATCH] remove extra precentage sign --- cmd/survey/tasks/milestoneTracking.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/survey/tasks/milestoneTracking.go b/cmd/survey/tasks/milestoneTracking.go index ab69f85..a90a135 100644 --- a/cmd/survey/tasks/milestoneTracking.go +++ b/cmd/survey/tasks/milestoneTracking.go @@ -75,7 +75,7 @@ func (t *MilestoneTrackingTask) Setup(ctx context.Context) error { Build(), models.NewIssueBuilder(). WithTitle("Frontend dashboard"). - WithDescription("Create main dashboard UI. In progress - 80%% complete"). + WithDescription("Create main dashboard UI. In progress - 80% complete"). WithPriority(1). WithStatus(models.StatusInProgress). WithIssueType(models.TypeTask). @@ -96,7 +96,7 @@ func (t *MilestoneTrackingTask) Setup(ctx context.Context) error { Build(), models.NewIssueBuilder(). WithTitle("Email notifications"). - WithDescription("Setup email service for alerts. 50%% complete"). + WithDescription("Setup email service for alerts. 50% complete"). WithPriority(2). WithStatus(models.StatusInProgress). WithIssueType(models.TypeTask).