summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorremyabel <41764622+remyabel@users.noreply.github.com>2018-08-21 21:27:20 -0400
committerGitHub <noreply@github.com>2018-08-21 21:27:20 -0400
commitbee4d98f5248ca5bb8319c22ec6f04fc752d79d0 (patch)
treefa4ccaf9651a84d10131dcd5dd84b1d697468c79
parent924a9bb2c98e6931ac4638ae42d79edbf2136756 (diff)
Remove space before punctuation
-rw-r--r--pkg/i18n/i18n_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/i18n/i18n_test.go b/pkg/i18n/i18n_test.go
index 549b58077..5c2ca6419 100644
--- a/pkg/i18n/i18n_test.go
+++ b/pkg/i18n/i18n_test.go
@@ -57,7 +57,7 @@ func TestLocalizer(t *testing.T) {
},
}))
assert.Equal(t, "Diff", l.SLocalize("DiffTitle"))
- assert.Equal(t, "Are you sure you want to delete the branch test ?", l.TemplateLocalize("DeleteBranchMessage", Teml{"selectedBranchName": "test"}))
+ assert.Equal(t, "Are you sure you want to delete the branch test?", l.TemplateLocalize("DeleteBranchMessage", Teml{"selectedBranchName": "test"}))
},
},
{