File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ function getThreatsByCountry() {
342342 <input type="hidden" name="toggle_action" value="toggle_frontend">
343343 <button type="submit" class="btn btn-sm <?= $ frontendMaintenanceActive ? 'btn-success ' : 'btn-warning ' ?> ">
344344 <i class="rex-icon fa-<?= $ frontendMaintenanceActive ? 'play ' : 'pause ' ?> "></i>
345- <?= $ frontendMaintenanceActive ? ' Aktivieren ' : ' Wartung ' ?>
345+ <?= $ frontendMaintenanceActive ? $ addon -> i18n ( ' upkeep_deactivate ' ) : $ addon -> i18n ( ' upkeep_activate ' ) ?>
346346 </button>
347347 </form>
348348 <?php endif ; ?>
@@ -397,7 +397,7 @@ function getThreatsByCountry() {
397397 <input type="hidden" name="toggle_action" value="toggle_backend">
398398 <button type="submit" class="btn btn-sm <?= $ backendMaintenanceActive ? 'btn-success ' : 'btn-warning ' ?> ">
399399 <i class="rex-icon fa-<?= $ backendMaintenanceActive ? 'play ' : 'pause ' ?> "></i>
400- <?= $ backendMaintenanceActive ? ' Aktivieren ' : ' Wartung ' ?>
400+ <?= $ backendMaintenanceActive ? $ addon -> i18n ( ' upkeep_deactivate ' ) : $ addon -> i18n ( ' upkeep_activate ' ) ?>
401401 </button>
402402 </form>
403403 <?php endif ; ?>
You can’t perform that action at this time.
0 commit comments