This commit is contained in:
David Baker 2016-09-19 13:29:49 +01:00
parent 9391dc6c2a
commit 8e4dcd9b41
9 changed files with 13 additions and 13 deletions

View file

@ -39,7 +39,7 @@ export default function NewVersionBar(props) {
<div className="mx_MatrixToolbar">
<img className="mx_MatrixToolbar_warning" src="img/warning.svg" width="24" height="23" alt="/!\"/>
<div className="mx_MatrixToolbar_content">
A new version of Vector is available. Refresh your browser.
A new version of Riot is available. Refresh your browser.
</div>
<button className="mx_MatrixToolbar_action" onClick={onChangelogClicked}>Changelog</button>
</div>
@ -49,4 +49,4 @@ export default function NewVersionBar(props) {
NewVersionBar.propTypes = {
version: React.PropTypes.string.isRequired,
newVersion: React.PropTypes.string.isRequired,
};
};