aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuidomain/services/HypothesisService.scala
diff options
context:
space:
mode:
authorAleksandr <ognelisar@gmail.com>2017-10-20 10:22:28 +0700
committerAleksandr <ognelisar@gmail.com>2017-10-20 10:22:28 +0700
commit997407855c2293264dd160e6841f342aeaccf02a (patch)
treef7833dcb40792b0b603ddf87804afde10affc36c /src/main/scala/xyz/driver/pdsuidomain/services/HypothesisService.scala
parent6c4ae350eb6444f1d811e2db4f92c96cd331ad74 (diff)
downloadrest-query-997407855c2293264dd160e6841f342aeaccf02a.tar.gz
rest-query-997407855c2293264dd160e6841f342aeaccf02a.tar.bz2
rest-query-997407855c2293264dd160e6841f342aeaccf02a.zip
Fixed typo in HypothesisService
Diffstat (limited to 'src/main/scala/xyz/driver/pdsuidomain/services/HypothesisService.scala')
-rw-r--r--src/main/scala/xyz/driver/pdsuidomain/services/HypothesisService.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/xyz/driver/pdsuidomain/services/HypothesisService.scala b/src/main/scala/xyz/driver/pdsuidomain/services/HypothesisService.scala
index 9dc8d33..572edb6 100644
--- a/src/main/scala/xyz/driver/pdsuidomain/services/HypothesisService.scala
+++ b/src/main/scala/xyz/driver/pdsuidomain/services/HypothesisService.scala
@@ -10,7 +10,7 @@ import scala.concurrent.Future
object HypothesisService {
trait DefaultNotFoundError {
- def userMessage: String = "Intervention not found"
+ def userMessage: String = "Hypothesis not found"
}
trait DefaultAccessDeniedError {