ItEr48S04ValidacionEProbasFuncionaisItEr47S04: Fixing typo.
This commit is contained in:
parent
38c183a9b0
commit
4c727ac8a3
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
|||
<vbox apply="org.navalplanner.web.error.PageForErrorOnEvent"
|
||||
sclass="errorbox">
|
||||
<i18n id="message"
|
||||
value="Run-time error: {0} . Error was registered and it'll be fixed as soon as possible." arg0="${requestScope['javax.servlet.error.message']}" />
|
||||
value="Run-time error: {0} . Error was registered and it will be fixed as soon as possible." arg0="${requestScope['javax.servlet.error.message']}" />
|
||||
<hbox style="margin-left:auto; margin-right:auto">
|
||||
<button id="reload" label="${i18n:_('Reload')}" />
|
||||
<button id="quitSession" label="${i18n:_('Exit session')}"></button>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
apply="org.navalplanner.web.error.PageForErrorOnEvent">
|
||||
<vbox>
|
||||
<i18n id="message"
|
||||
value="Run-time error: {0} . Error was registered and it'll be fixed as soon as possible." arg0="${requestScope['javax.servlet.error.message']}" />
|
||||
value="Run-time error: {0} . Error was registered and it will be fixed as soon as possible." arg0="${requestScope['javax.servlet.error.message']}" />
|
||||
<hbox style="margin-left:auto; margin-right:auto">
|
||||
<button id="continueWorking" label="${i18n:_('Continue')}" />
|
||||
<button id="reload" label="${i18n:_('Reload')}" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue