1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15354] Use Lang Var

PHPBB3-15354
This commit is contained in:
Michael Miday
2017-09-09 11:20:05 +02:00
parent ad24ecae11
commit dca07283e9
4 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
<div id="loading_indicator" class="loading_indicator">
<div class="loader">
<svg class="spinner" width="48px" height="48px" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg" aria-labelledby="loader-title" role="img">
<title id="loader-title">Loading...</title>
<title id="loader-title">{L_LOADING}</title>
<circle class="spinner-path" fill="none" stroke-width="6" stroke-linecap="round" cx="33" cy="33" r="30"></circle>
</svg>
</div>