Skip to content

Commit

Permalink
Fixed custom message
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmstr committed Jul 19, 2024
1 parent 0e097e3 commit 33554dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/src/uds/static/modern/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions server/src/uds/static/modern/translations-fakejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gettext("Launcher");
gettext("Service is in maintenance and cannot be launched");
gettext("This service is currently not accesible due to schedule restrictions.");
gettext("Service message");
gettext("Press "Yes" to continue, or "No" to cancel");
gettext("Release service: ");
gettext("Reset service: ");
gettext("Service released");
Expand Down
2 changes: 1 addition & 1 deletion server/src/uds/templates/uds/modern/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@
</svg>
</div>
</uds-root>
<script src="/uds/res/modern/polyfills.js" type="module" crossorigin="anonymous" integrity="sha384-kneAlH1vIzldsZkT6EK31Eum/UWMQmkQ8TorFG7mTYEkxfYsv0BPE75Ib40rzLtG"></script><script src="/uds/res/modern/scripts.js" defer crossorigin="anonymous" integrity="sha384-gJ6CPuwXlJNL6wOYMLzD98cFi988rpY6Ln6S+UhAkZs84+MOQ+ws+0qgV4WicE5i"></script><script src="/uds/res/modern/main.js" type="module" crossorigin="anonymous" integrity="sha384-MUw7BkU/Q+zd/6FAjuNRIWtxrk+O983TyRBForFApkLWJehL3NqOMpTMGS0PrLV0"></script></body>
<script src="/uds/res/modern/polyfills.js" type="module" crossorigin="anonymous" integrity="sha384-kneAlH1vIzldsZkT6EK31Eum/UWMQmkQ8TorFG7mTYEkxfYsv0BPE75Ib40rzLtG"></script><script src="/uds/res/modern/scripts.js" defer crossorigin="anonymous" integrity="sha384-gJ6CPuwXlJNL6wOYMLzD98cFi988rpY6Ln6S+UhAkZs84+MOQ+ws+0qgV4WicE5i"></script><script src="/uds/res/modern/main.js" type="module" crossorigin="anonymous" integrity="sha384-yBk8LTgASY7Vd35vLhZCQpwtPj1Vsshc1LZMi858T6MnGnlxXfnCB5MEHDbdkQWl"></script></body>

</html>

0 comments on commit 33554dc

Please sign in to comment.