We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4d66e commit d7bd8d9Copy full SHA for d7bd8d9
1 file changed
backend/internal/excel_adapter/excel_adapter.go
@@ -76,7 +76,7 @@ func fetchDocument(downloadConfig internals.DownloadConfig, parseConfig internal
76
}
77
78
func promptContinue() bool {
79
- fmt.Print(color.WhiteString("Continue with incorrect ADE?"), " ", color.MagentaString("[Y/n]: "))
+ fmt.Print(color.WhiteString("Continue with incorrect ADJ?"), " ", color.MagentaString("[Y/n]: "))
80
81
for {
82
var selection string
0 commit comments