We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d84015 commit bd34cd0Copy full SHA for bd34cd0
app/models/obligationsandsubmissions/Submission.scala
@@ -44,7 +44,7 @@ object SubmissionType extends Enum[SubmissionType] with PlayJsonEnum[SubmissionT
44
override val fullName: String = "Overseas Return Notification Create"
45
}
46
case object ORN_AMEND extends SubmissionType {
47
- override val fullName: String = "Overseas Return Notification"
+ override val fullName: String = "Overseas Return Notification Amend"
48
49
case object BTN extends SubmissionType {
50
override val fullName: String = "Below-Threshold Notification"
0 commit comments