Skip to content

Commit

Permalink
renamed title for SafeID input. close #2116.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Oct 14, 2023
1 parent 9df26aa commit 44b5511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@
<Properties>
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
<Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
<TitledBorder title="beA (Anwaltspostfach)"/>
<TitledBorder title="beA / EGVP / beBPo / eBO"/>

This comment has been minimized.

Copy link
@librelegal

librelegal Oct 14, 2023

Collaborator

vielleicht besser "beA / EGVP / beBPo / eBO / beN / beSt / MJP"?

</Border>
</Property>
</Properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2204,7 +2204,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
.addContainerGap(13, Short.MAX_VALUE))
);

jPanel17.setBorder(javax.swing.BorderFactory.createTitledBorder("beA (Anwaltspostfach)"));
jPanel17.setBorder(javax.swing.BorderFactory.createTitledBorder("beA / EGVP / beBPo / eBO"));

This comment has been minimized.

Copy link
@librelegal

librelegal Oct 14, 2023

Collaborator

vielleicht besser "beA / EGVP / beBPo / eBO / beN / beSt / MJP"?


jLabel26.setText("Safe ID:");

Expand Down

0 comments on commit 44b5511

Please sign in to comment.