summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/dutch.go
diff options
context:
space:
mode:
authorDenis Palashevskii <palash.denis@outlook.com>2021-06-09 16:09:19 +0400
committerJesse Duffield <jessedduffield@gmail.com>2021-07-27 21:30:08 +1000
commit63cb304a822a7f0166f3ac57daee96b7e86d89ad (patch)
tree931c8c7d3ead42f84a4966098e7da37d47ccb014 /pkg/i18n/dutch.go
parent6e579dc6e4a87a2521b89dcf8df9f0d20422cd62 (diff)
Fix translations, make formatter happy
Diffstat (limited to 'pkg/i18n/dutch.go')
-rw-r--r--pkg/i18n/dutch.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index fca78466e..cd8e2160c 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -396,7 +396,7 @@ func dutchTranslationSet() TranslationSet {
LcInitSubmodule: "initialiseer submodule",
LcViewBulkSubmoduleOptions: "bekijk bulk submodule opties",
LcViewStashFiles: "bekijk bestanden van stash entry",
- CreatePullRequestOptions: "Creëer pull request opties",
- LcCreatePullRequestOptions: "creëer pull request opties",
+ CreatePullRequestOptions: "Bekijk opties voor pull-aanvraag",
+ LcCreatePullRequestOptions: "bekijk opties voor pull-aanvraag",
}
}