diff --git a/TGServiceInterface/Components/Repository.cs b/TGServiceInterface/Components/Repository.cs
index 5a64167aad..d722304328 100644
--- a/TGServiceInterface/Components/Repository.cs
+++ b/TGServiceInterface/Components/Repository.cs
@@ -179,14 +179,14 @@ namespace TGServiceInterface.Components
///
/// Check if we push a temporary branch to the remote when we make testmerge commits
///
- /// true if we push testmerge commits, false otherwise
+ /// if we publish testmerge commits to the remote, otherwise
[OperationContract]
bool PushTestmergeCommits();
///
/// Set if we push a temporary branch to the remote when we make testmerge commits
///
- /// true if we should push testmerge commits, false otherwise
+ /// if we testmerge commits should be published to the remote, otherwise
[OperationContract]
void SetPushTestmergeCommits(bool newValue);
}