Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: ceb112a8 by tchemit at 2019-05-21T15:32:56Z Pb arbre de navigation - traduction - débarquement/échantillon - Closes #1291 - - - - - 1 changed file: - client-core/src/main/java/fr/ird/observe/client/ui/tree/navigation/nodes/longline/logbook/TripLonglineLandingLogbookNavigationTreeNode.java Changes: ===================================== client-core/src/main/java/fr/ird/observe/client/ui/tree/navigation/nodes/longline/logbook/TripLonglineLandingLogbookNavigationTreeNode.java ===================================== @@ -60,7 +60,7 @@ public class TripLonglineLandingLogbookNavigationTreeNode extends ReferenceNavig @Override public String getText() { - return isPersisted() ? super.getText() : t("observe.ui.tree.longline.logbook.sample.unsaved"); + return isPersisted() ? super.getText() : t("observe.ui.tree.longline.logbook.landing.unsaved"); } } View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/ceb112a81daa6a577e26c8dfdf6a... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/ceb112a81daa6a577e26c8dfdf6a... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT