diff --git a/ui/js/page/filePage/view.jsx b/ui/js/page/filePage/view.jsx
index 3ca23aadc..00086a10a 100644
--- a/ui/js/page/filePage/view.jsx
+++ b/ui/js/page/filePage/view.jsx
@@ -36,6 +36,9 @@ class FilePage extends React.PureComponent {
componentDidMount() {
this.fetchFileInfo(this.props);
this.fetchCostInfo(this.props);
+ document.title = this.props.metadata
+ ? this.props.metadata.title
+ : document.title;
}
componentWillReceiveProps(nextProps) {
@@ -111,7 +114,7 @@ class FilePage extends React.PureComponent {
{!fileInfo || fileInfo.written_bytes <= 0
?