Skip to content

Commit a819680

Browse files
committed
Fixed an error message
1 parent 67d73a6 commit a819680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/business_logic/request/export.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ enum ExportError {
2020
#[error("Could not parse URL")]
2121
CouldNotParseUrl,
2222

23-
#[error("Export format not supported for protocol {0}")]
23+
#[error("Export format not supported for the {0} protocol")]
2424
ExportFormatNotSupported(String),
2525
}
2626

0 commit comments

Comments
 (0)