chore: file formatting

This commit is contained in:
Zack Spear
2023-11-09 16:32:10 -08:00
parent 463ff4a38a
commit e409ab805d
4 changed files with 4 additions and 4 deletions

View File

@@ -48,4 +48,4 @@ if ($fileValue !== null) {
echo '<script src="' . $prefixedPath . $fileValue . '"></script>';
} else {
echo '<script>console.error("%cNo matching key containing \'' . $searchText . '\' found.", "font-weight: bold; color: white; background-color: red");</script>';
}
}

View File

@@ -1,6 +1,6 @@
<?php
/**
* Welcome to the Thunderdome. A place where you can get lost in a sea of translations. Good luck.
* Welcome to the Thunderdome. A place where you can get lost in a sea of translations.
*
* This file is used to generate the translations for the Vue3 based web components.
*

View File

@@ -161,4 +161,4 @@ function confirmDowngrade() {
reboot-version="<?= $rebootDetails->getRebootVersion() ?>"
restore-version="<?= $restoreExists && $restoreVersion != 'unknown' ? $restoreVersion : '' ?>"
restore-release-date="<?= $restoreExists && $restoreVersionReleaseDate != 'unknown' ? $restoreVersionReleaseDate : '' ?>"></unraid-downgrade-os>
</unraid-i18n-host>
</unraid-i18n-host>

View File

@@ -38,4 +38,4 @@ function flashBackup() {
<unraid-i18n-host>
<unraid-update-os reboot-version="<?= $rebootDetails->getRebootVersion() ?>"></unraid-update-os>
</unraid-i18n-host>
</unraid-i18n-host>