review by @fdb-hiroshima

Co-Authored-By: fdb-hiroshima <35889323+fdb-hiroshima@users.noreply.github.com>
This commit is contained in:
Igor Galić 2019-08-01 10:21:22 +02:00 committed by Igor Galić
parent da6757c55c
commit ff0c82efc1
No known key found for this signature in database
GPG Key ID: ACFEFF7F6A123A86

View File

@ -216,7 +216,7 @@ pub fn create(form: LenientForm<NewBlogForm>, rockets: PlumeRocket) -> RespondOr
)
.into()
} else {
Flash::warn(
Flash::warning(
Redirect::to(uri!(details: name = slug.clone(), page = _)),
&i18n!(intl, "Your blog was successfully created, but the custom domain seems invalid. Please check it is correct from your blog's settings."),
)