Skip to content

Commit 027eaab

Browse files
sergiupacurariuSergiuPacurariu
andauthored
#13181 - Enhance National Health ID Search Functionality Across Modules and Address Duplication Issues (#13216)
Co-authored-by: SergiuPacurariu <sergiu.pacurariu@she.ro>
1 parent 996f110 commit 027eaab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sormas-ui/src/main/java/de/symeda/sormas/ui/person/PersonFormHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public static Window warningSimilarPersons(String nationalHealthId, String curre
3636

3737
final CommitDiscardWrapperComponent<PersonSelectionGrid> component = new CommitDiscardWrapperComponent<>(similarPersonGrid);
3838
component.getCommitButton().setCaption(I18nProperties.getCaption(Captions.actionDone));
39+
component.getCommitButton().setDescription(I18nProperties.getCaption(Captions.actionOkay));
3940
component.getDiscardButton().setVisible(false);
4041
component.getWrappedComponent().setWidth(800, Sizeable.Unit.PIXELS);
4142

0 commit comments

Comments
 (0)