Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: ea69fc49 by Tony Chemit at 2022-08-23T22:34:24+02:00 Titre de l'appli - Closes #2395 - - - - - 1 changed file: - client/core/src/main/java/fr/ird/observe/client/main/ObserveMainUIHandler.java Changes: ===================================== client/core/src/main/java/fr/ird/observe/client/main/ObserveMainUIHandler.java ===================================== @@ -90,7 +90,7 @@ public class ObserveMainUIHandler implements UIHandler<ObserveMainUI>, WithClien ClientConfig config = getClientConfig(); - String title = t("observe.ui.title.welcome.admin") + (" v " + config.getVersion()); + String title = t("observe.ui.title.welcome.admin") + (" " + config.getVersion()); ui.setTitle(title); ErrorDialogUI.init(ui); View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/ea69fc49deca7f7cd079083497... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/ea69fc49deca7f7cd079083497... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT (@tchemit)