summaryrefslogtreecommitdiff
path: root/_frame/about/index.php
diff options
context:
space:
mode:
Diffstat (limited to '_frame/about/index.php')
-rw-r--r--_frame/about/index.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/_frame/about/index.php b/_frame/about/index.php
index 7bdd290..c566990 100644
--- a/_frame/about/index.php
+++ b/_frame/about/index.php
@@ -33,9 +33,7 @@
</div>
</div>
- <?php if (str_contains($_SERVER['HTTP_USER_AGENT'], "+AutomateCloud/") && !$_FAMILINE): ?>
- <p>For more details and legal notices, go to the About Argon screen in the app's menus.</p>
- <?php endif; ?>
+ <p><?= l("Powered by the Equestria Lossless Audio Codec", "Propulsé par le codec audio sans perte d'Equestria (ELAC)") ?></p>
<div id="frame-about-debug">
<b><?= l("Player Info", "Infos lecteur ") ?>:</b><br>
@@ -57,7 +55,7 @@
<span id="frame-about-debug--nextSong"><?= l("&lt;not playing&gt;", "&lt;pas de lecture&gt;") ?></span>
<span><?= l("Position", "Position ") ?>:</span>
- <span id="frame-about-debug--position"><?= l("&lt;not playing&gt;", "&lt;pas de lecture&gt;") ?></span>
+ <code id="frame-about-debug--position" style="font-family: monospace;"><?= l("&lt;not playing&gt;", "&lt;pas de lecture&gt;") ?></code>
<span><?= l("Playback Quality", "Qualité lecture ") ?>:</span>
<span id="frame-about-debug--quality"><?= l("&lt;not playing&gt;", "&lt;pas de lecture&gt;") ?></span>