syncthing-arm/gui/default/syncthing/core/restartingDialogView.html

9 lines
278 B
HTML
Raw Normal View History

<modal id="restarting" status="info" icon="refresh" heading="{{'Restarting' | translate}}" large="no" closeable="no">
<div class="modal-body">
<p>
<span translate>Syncthing is restarting.</span>
<span translate>Please wait</span>...
</p>
</div>
2015-08-02 08:27:05 +02:00
</modal>