Skip to content

Commit bd34cd0

Browse files
committed
updated ORN_AMEND fullname
1 parent 2d84015 commit bd34cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/obligationsandsubmissions/Submission.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ object SubmissionType extends Enum[SubmissionType] with PlayJsonEnum[SubmissionT
4444
override val fullName: String = "Overseas Return Notification Create"
4545
}
4646
case object ORN_AMEND extends SubmissionType {
47-
override val fullName: String = "Overseas Return Notification"
47+
override val fullName: String = "Overseas Return Notification Amend"
4848
}
4949
case object BTN extends SubmissionType {
5050
override val fullName: String = "Below-Threshold Notification"

0 commit comments

Comments
 (0)