diff --git a/roadmap.md b/roadmap.md index 593e5cce7..f328e4b95 100644 --- a/roadmap.md +++ b/roadmap.md @@ -22,6 +22,8 @@ If you have a particular requirement or would like to comment or help us specify * Enhanced support for Berlin Group, STET, UK Open Banking and Polish APIs e.g. [Berlin Group](https://apiexplorersandbox.openbankproject.com/?version=BGv3.1) and [STET](https://apiexplorersandbox.openbankproject.com/?version=STETv1.4) +* General Documents resource + ## Completed developments See [completed_developments.md](completed_developments.md) diff --git a/src/main/scala/code/api/util/ErrorMessages.scala b/src/main/scala/code/api/util/ErrorMessages.scala index a6c309a0b..fe703ada8 100644 --- a/src/main/scala/code/api/util/ErrorMessages.scala +++ b/src/main/scala/code/api/util/ErrorMessages.scala @@ -120,7 +120,7 @@ object ErrorMessages { val GatewayLoginCannotGetOrCreateUser = "OBP-20045: Cannot get or create user during GatewayLogin process." val GatewayLoginNoJwtForResponse = "OBP-20046: There is no useful value for JWT." - val UserNotSuperAdmin = "OBP-20050: Logged user is not super admin!" + val UserNotSuperAdmin = "OBP-20050: Current User is not a Super Admin!" val ElasticSearchIndexNotFound = "OBP-20051: Elasticsearch index or indices not found." val NotEnoughtSearchStatisticsResults = "OBP-20052: Result set too small. Will not be displayed for reasons of privacy."