Skip to content

Commit d7bd8d9

Browse files
committed
ADJ
1 parent 3d4d66e commit d7bd8d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/internal/excel_adapter/excel_adapter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func fetchDocument(downloadConfig internals.DownloadConfig, parseConfig internal
7676
}
7777

7878
func promptContinue() bool {
79-
fmt.Print(color.WhiteString("Continue with incorrect ADE?"), " ", color.MagentaString("[Y/n]: "))
79+
fmt.Print(color.WhiteString("Continue with incorrect ADJ?"), " ", color.MagentaString("[Y/n]: "))
8080

8181
for {
8282
var selection string

0 commit comments

Comments
 (0)