Skip to content

Commit

Permalink
Merge branch 'release/v2.10.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
yjx0003 committed Apr 5, 2022
2 parents d7164f9 + f00029c commit 4280d7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private void initStatusBar() {
// Mostramos Curso actual
Label lblActualCourse = new Label(controller.getActualCourse()
.toString());
Label lblRelease = new Label(controller.getDataBase()
Label lblRelease = new Label("Moodle "+controller.getDataBase()
.getRelease());
ImageView online = new ImageView(
controller.isOfflineMode() ? "/img/circle_offline.png" : "/img/circle_online.png");
Expand Down

0 comments on commit 4280d7e

Please sign in to comment.