Updated presence.php to add new translation variable

Added translation variable in spinner text
This commit is contained in:
Carlos V
2023-08-22 16:41:42 +02:00
committed by GitHub
parent c3982bf747
commit c820e2e8f5

View File

@@ -155,7 +155,7 @@
<div class="pa_semitransparent-panel"></div>
<div class="panel panel-default pa_spinner">
<table>
<td width="130px" align="middle">Loading...</td>
<td width="130px" align="middle"><?= lang("Presence_Loading");?></td>
<td><i class="ion ion-ios-loop-strong fa-spin fa-2x fa-fw"></td>
</table>
</div>