Consistent capitalization of titles

This commit is contained in:
Tomasz Drwięga
2016-09-01 15:33:26 +02:00
parent 31dbbf5431
commit 9f8482e968
4 changed files with 7 additions and 5 deletions

View File

@@ -101,9 +101,9 @@ impl<R: URLHint> AppFetcher<R> {
if self.sync.is_major_syncing() {
return Box::new(ContentHandler::error(
StatusCode::ServiceUnavailable,
"Sync in progress",
"Sync In Progress",
"Your node is still syncing. We cannot resolve any content before it's fully synced.",
None
Some("<a href=\"javascript:window.location.reload()\">Refresh</a>")
));
}