Skip to content

Commit 0479698

Browse files
committed
For #6102: fix test
1 parent 6a15150 commit 0479698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xforms/jvm/src/test/resources/org/orbeon/oxf/xforms/tests-xforms-misc.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -761,9 +761,9 @@
761761
<xh:dialog class="xforms-login-detected-dialog xforms-dialog" tabindex="-1">
762762
<xh:div class="xxforms-dialog-head">Reloading form</xh:div>
763763
<xh:div class="xxforms-dialog-body">
764-
<xh:p>This form has to be reloaded. This most likely happened because your session has expired, which might take you to the login page. (If you think that you shouldn't see this message and that the problem persists, please contact support.)</xh:p>
764+
<xh:p>This form has to be reloaded. This might take you to the login page. If you think that you shouldn't see this message and that the problem persists, please contact support.</xh:p>
765765
<xh:div class="fr-dialog-buttons">
766-
<xh:button class="btn btn-primary">OK</xh:button>
766+
<xh:button class="btn btn-primary">Reload</xh:button>
767767
</xh:div>
768768
</xh:div>
769769
</xh:dialog>

0 commit comments

Comments
 (0)