mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Rename Present button to Panic.
This commit is contained in:
parent
20fe37b459
commit
4a4973fc44
1 changed files with 2 additions and 2 deletions
|
@ -39,12 +39,12 @@
|
|||
<ul class="nav-menu">
|
||||
<li>
|
||||
<button id="presentbutton" class="invisible btn btn-success">
|
||||
<i class="fas fa-video" aria-hidden="true"></i><span class="nav-text"> Present</span>
|
||||
<i class="fas fa-play" aria-hidden="true"></i><span class="nav-text"> Ready</span>
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button id="unpresentbutton" class="invisible btn btn-cancel">
|
||||
<i class="fas fa-stop" aria-hidden="true"></i><span class="nav-text"> Stop presenting</span>
|
||||
<i class="fas fa-stop" aria-hidden="true"></i><span class="nav-text"> Panic</span>
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue