aboutsummaryrefslogtreecommitdiff
path: root/kodereviewer/qml/PullRequestDescription.qml
diff options
context:
space:
mode:
Diffstat (limited to 'kodereviewer/qml/PullRequestDescription.qml')
-rw-r--r--kodereviewer/qml/PullRequestDescription.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kodereviewer/qml/PullRequestDescription.qml b/kodereviewer/qml/PullRequestDescription.qml
index 329d288..7a91d14 100644
--- a/kodereviewer/qml/PullRequestDescription.qml
+++ b/kodereviewer/qml/PullRequestDescription.qml
@@ -126,7 +126,7 @@ Kirigami.FormLayout {
Kirigami.Separator {
Kirigami.FormData.isSection: true
- Kirigami.FormData.label: "Reviewers"
+ Kirigami.FormData.label: i18n("Assignees")
}
Loader {