Skip to content

Commit c940dbb

Browse files
committed
Updated the wording.
1 parent 2331e09 commit c940dbb

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

src/App.js

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -131,27 +131,28 @@ function App() {
131131
<MenuItem onClick={handleHelpClick}>Help</MenuItem>
132132
<MenuItem onClick={handleAboutClick}>About</MenuItem>
133133
</Menu>
134-
134+
135135
</Toolbar>
136136
</AppBar>
137137
{/* Dialog for Update Information */}
138138
<Dialog open={openUpdateDialog} onClose={handleCloseUpdateDialog}>
139-
<DialogTitle>Update Available</DialogTitle>
140-
<DialogContent>
141-
<p>A newer version of this application is available.</p>
142-
<p>
143-
Please download the latest version from{' '}
144-
<a href="https://github.com/iDataVisualizationLab/TxDOT/releases" target="_blank" rel="noopener noreferrer">
145-
GitHub Releases
146-
</a>.
147-
</p>
148-
</DialogContent>
149-
<DialogActions>
150-
<Button onClick={handleCloseUpdateDialog} color="primary">
151-
Close
152-
</Button>
153-
</DialogActions>
154-
</Dialog>
139+
<DialogTitle>Update: New Transfer Function Available</DialogTitle>
140+
<DialogContent>
141+
<p>A newer version of the transfer function is now available.</p>
142+
<p>
143+
Please download the latest version from{' '}
144+
<a href="https://github.com/iDataVisualizationLab/TxDOT/releases" target="_blank" rel="noopener noreferrer">
145+
GitHub Releases
146+
</a>.
147+
</p>
148+
</DialogContent>
149+
<DialogActions>
150+
<Button onClick={handleCloseUpdateDialog} color="primary">
151+
Close
152+
</Button>
153+
</DialogActions>
154+
</Dialog>
155+
155156
{/* About Modal */}
156157
<Dialog open={openAboutModal} onClose={handleCloseAboutModal}>
157158
<DialogTitle>About</DialogTitle>

0 commit comments

Comments
 (0)