diff --git a/src/routes/Routes.js b/src/routes/Routes.js
index 234f5c371c6cd950e5b0d0a1a8d293221835cdf9..6f02266857301572581fa35bdd5957ad68574afb 100644
--- a/src/routes/Routes.js
+++ b/src/routes/Routes.js
@@ -51,7 +51,7 @@ export default function Routes() {
         </Route>
         <Route exact path="/samp" component={SampPage} />
       </Switch>
-      <footer><small> version 23 feb 2021 15:00</small></footer>
+      <footer><small>esap-gui version 23 feb 2021 15:00</small></footer>
     </Router>
   );
 }