Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
ceb112a8
by tchemit at 2019-05-21T15:32:56Z
1 changed file:
Changes:
| ... | ... | @@ -60,7 +60,7 @@ public class TripLonglineLandingLogbookNavigationTreeNode extends ReferenceNavig |
| 60 | 60 |
|
| 61 | 61 |
@Override
|
| 62 | 62 |
public String getText() {
|
| 63 |
- return isPersisted() ? super.getText() : t("observe.ui.tree.longline.logbook.sample.unsaved");
|
|
| 63 |
+ return isPersisted() ? super.getText() : t("observe.ui.tree.longline.logbook.landing.unsaved");
|
|
| 64 | 64 |
}
|
| 65 | 65 |
|
| 66 | 66 |
}
|