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 67d73a6 commit a819680Copy full SHA for a819680
src/app/business_logic/request/export.rs
@@ -20,7 +20,7 @@ enum ExportError {
20
#[error("Could not parse URL")]
21
CouldNotParseUrl,
22
23
- #[error("Export format not supported for protocol {0}")]
+ #[error("Export format not supported for the {0} protocol")]
24
ExportFormatNotSupported(String),
25
}
26
0 commit comments