fix english/french information (unknown)

pull/946/head
3thibaut1304 2025-07-02 12:25:44 +02:00
parent b13231eb70
commit 5943eb2dcb
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ export default {
try {
const response = await this.fetch("/api/information", { headers });
this.fetchOk = true;
this.versionstring = response.currentRelease || "inconnue";
this.versionstring = response.currentRelease || "unknown";
this.updateAvailable = response.updateAvailable;
this.latestVersion = response.latestRelease?.version || null;
} catch (e) {